diff options
author | Ton Voon <tonvoon@users.sourceforge.net> | 2003-04-08 20:38:27 (GMT) |
---|---|---|
committer | Ton Voon <tonvoon@users.sourceforge.net> | 2003-04-08 20:38:27 (GMT) |
commit | 920715794d12ee32280d01228a6555658f27f718 (patch) | |
tree | 08e89416ead89806e53600a4f8b764ae5ceb62c0 /command.cfg.in | |
parent | 040ddd32a3ddae00e31b54fb46d95692896a40f7 (diff) | |
download | monitoring-plugins-920715794d12ee32280d01228a6555658f27f718.tar.gz |
Updated command for new check_procs
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@479 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'command.cfg.in')
-rw-r--r-- | command.cfg.in | 2 |
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 | |||
90 | command[check_procs]=@libexecdir@/check_procs -w $ARG1$ -c $ARG2$ | 90 | command[check_procs]=@libexecdir@/check_procs -w $ARG1$ -c $ARG2$ |
91 | command[check_procs_zombie]=@libexecdir@/check_procs -w $ARG1$ -c $ARG2$ -s Z | 91 | command[check_procs_zombie]=@libexecdir@/check_procs -w $ARG1$ -c $ARG2$ -s Z |
92 | command[check_procs_httpd]=@libexecdir@/check_procs -w 5:$ARG1$ -c 1:$ARG2$ -C httpd | 92 | command[check_procs_httpd]=@libexecdir@/check_procs -w 5:$ARG1$ -c 1:$ARG2$ -C httpd |
93 | command[check_vsz]=@libexecdir@/check_vsz -w 8096 -c 16182 -C httpd | 93 | command[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 |
96 | command[ssh_disk]=@libexecdir@/check_by_ssh -H $HOSTADDRESS$ -C '@libexecdir@/check_disk -w 85% -c 95% -p $ARG1$' | 96 | command[ssh_disk]=@libexecdir@/check_by_ssh -H $HOSTADDRESS$ -C '@libexecdir@/check_disk -w 85% -c 95% -p $ARG1$' |