summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--command.cfg.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/command.cfg.in b/command.cfg.in
index afdf6fd..bde271d 100644
--- a/command.cfg.in
+++ b/command.cfg.in
@@ -90,7 +90,7 @@ command[check_ping]=@libexecdir@/check_ping -H $HOSTADDRESS$ -w 10:20% -c 60:100
90command[check_procs]=@libexecdir@/check_procs -w $ARG1$ -c $ARG2$ 90command[check_procs]=@libexecdir@/check_procs -w $ARG1$ -c $ARG2$
91command[check_procs_zombie]=@libexecdir@/check_procs -w $ARG1$ -c $ARG2$ -s Z 91command[check_procs_zombie]=@libexecdir@/check_procs -w $ARG1$ -c $ARG2$ -s Z
92command[check_procs_httpd]=@libexecdir@/check_procs -w 5:$ARG1$ -c 1:$ARG2$ -C httpd 92command[check_procs_httpd]=@libexecdir@/check_procs -w 5:$ARG1$ -c 1:$ARG2$ -C httpd
93command[check_vsz]=@libexecdir@/check_vsz -w 8096 -c 16182 -C httpd 93command[check_procs_vsz]=@libexecdir@/check_procs -w 8096 -c 16182 -C httpd --metric VSZ
94 94
95# An example of using check_by_ssh as an active service check 95# An example of using check_by_ssh as an active service check
96command[ssh_disk]=@libexecdir@/check_by_ssh -H $HOSTADDRESS$ -C '@libexecdir@/check_disk -w 85% -c 95% -p $ARG1$' 96command[ssh_disk]=@libexecdir@/check_by_ssh -H $HOSTADDRESS$ -C '@libexecdir@/check_disk -w 85% -c 95% -p $ARG1$'