Adding check_phpfpm_status

This commit is contained in:
Jan Wagner 2014-03-17 11:36:44 +01:00
parent 6ea3e5ce5e
commit fdeb7716d0
7 changed files with 515 additions and 3 deletions

View file

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