Plugin Name: nginx-check |
Version: 0.1.2 |
Author: @melezhik |
Realease Date: 2017-03-02 12:44:13 |
Short Description: checks if nginx server is healthy by executing low level system checks ( ps, etime ) |
Category: monitoring |
Plugin web page: https://github.com/melezhik/nginx-check |
Download link: nginx-check-v0.001002.tar.gz |
Latest version link: https://sparrowhub.org/info/nginx-check |
nginx-check - checks if nginx server is healthy by executing low level system checks ( ps, etime )
$ sparrow plg install nginx-check
$ sparrow plg run nginx-check
Change this to 1 if you want to validate nginx master process age.
If $validate_etime is set to 1, verify that process is younger than given time period.
Example values: 10 minutes, 1 days, 3 hours
$ sparrow plg run nginx-check --param validate_etime=1 --param history="'100 seconds'"