Adding check_nginx_status

This commit is contained in:
Jan Wagner 2014-09-24 15:37:37 +02:00
parent 36d07c6e58
commit b0ce667dae
7 changed files with 475 additions and 2 deletions

View file

@ -0,0 +1,5 @@
# 'check_nginx_status' command definition
define command{
command_name check_nginx_status
command_line /usr/lib/monitoring-plugins/check_nginx_status -H $HOSTADDRESS$ $ARG1$
}