aboutsummaryrefslogtreecommitdiff
path: root/command.cfg.in
diff options
context:
space:
mode:
authorGravatar Matthew Kent <mattkent@users.sourceforge.net> 2004-12-02 04:36:58 +0000
committerGravatar Matthew Kent <mattkent@users.sourceforge.net> 2004-12-02 04:36:58 +0000
commit279a93caa8b03346a2570937f98e7264a0116455 (patch)
treed743b9b893bc5dc931499a65162d89829b382cea /command.cfg.in
parent230d67e18ad368773f2302485d0b55f50f654e3f (diff)
downloadmonitoring-plugins-279a93caa8b03346a2570937f98e7264a0116455.tar.gz
Patch from Arnaud Quette to bring support to NUT 2.0 plus couple improvements and fixes (1038413 which includes 1032009, 815785).
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@972 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'command.cfg.in')
-rw-r--r--command.cfg.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/command.cfg.in b/command.cfg.in
index a24c2b99..7154a0f4 100644
--- a/command.cfg.in
+++ b/command.cfg.in
@@ -91,6 +91,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 $UPS$
# 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$'