X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=command.cfg.in;h=aff33d29ccdcbb92b6fcfcb2f1f8b2b261ee45d5;hb=582034478b3ac7995f01a5f639c8d0604f3f432b;hp=a24c2b995b866e5469aa250729479e934fcefdf1;hpb=7571534a9d26c5895006a47ce2ad1dd499deef60;p=nagiosplug.git diff --git a/command.cfg.in b/command.cfg.in index a24c2b9..aff33d2 100644 --- a/command.cfg.in +++ b/command.cfg.in @@ -1,8 +1,6 @@ ############################################################################### # COMMAND CONFIGURATION # -# $Id$ -# # SYNTAX: # command[]= # @@ -91,6 +89,7 @@ command[check_procs]=@libexecdir@/check_procs -w $ARG1$ -c $ARG2$ command[check_procs_zombie]=@libexecdir@/check_procs -w $ARG1$ -c $ARG2$ -s Z command[check_procs_httpd]=@libexecdir@/check_procs -w 5:$ARG1$ -c 1:$ARG2$ -C httpd command[check_procs_vsz]=@libexecdir@/check_procs -w 8096 -c 16182 -C httpd --metric VSZ +command[check_ups]=@libexecdir@/check_ups -H $HOSTADDRESS$ -u $ARG1$ # An example of using check_by_ssh as an active service check command[ssh_disk]=@libexecdir@/check_by_ssh -H $HOSTADDRESS$ -C '@libexecdir@/check_disk -w 85% -c 95% -p $ARG1$'