summaryrefslogtreecommitdiffstats
path: root/command.cfg.in
diff options
context:
space:
mode:
authorSubhendu Ghosh <sghosh@users.sourceforge.net>2003-02-12 04:36:32 (GMT)
committerSubhendu Ghosh <sghosh@users.sourceforge.net>2003-02-12 04:36:32 (GMT)
commit2967acc1a17742cc9b1a5dffd866c25195ad7ee6 (patch)
tree02040e0b747255a852914485d07db2fba1679d7b /command.cfg.in
parent6e25c50e44f348c0b9533ff766c724e2432e576d (diff)
downloadmonitoring-plugins-2967acc1a17742cc9b1a5dffd866c25195ad7ee6.tar.gz
forced ntpq jitter check
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@319 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 cec058a..afdf6fd 100644
--- a/command.cfg.in
+++ b/command.cfg.in
@@ -74,6 +74,7 @@ command[check_nntp]=@libexecdir@/check_nntp -H $HOSTADDRESS$
74command[check_telnet]=@libexecdir@/check_tcp -H $HOSTADDRESS$ -p 23 74command[check_telnet]=@libexecdir@/check_tcp -H $HOSTADDRESS$ -p 23
75command[check_users]=@libexecdir@/check_users -w $ARG1$ -c $ARG2$ 75command[check_users]=@libexecdir@/check_users -w $ARG1$ -c $ARG2$
76command[check_ntp]=@libexecdir@/check_ntp -H $HOSTADDRESS$ 76command[check_ntp]=@libexecdir@/check_ntp -H $HOSTADDRESS$
77command[check_ntp_ntpq]=@libexecdir@/check_ntp -H $HOSTADDRESS$ -j 10 -k 15
77command[check_flexlm]=@libexecdir@/check_flexlm -F $ARG1$ 78command[check_flexlm]=@libexecdir@/check_flexlm -F $ARG1$
78command[check_hpjd]=@libexecdir@/check_hpjd -H $HOSTADDRESS$ -C public 79command[check_hpjd]=@libexecdir@/check_hpjd -H $HOSTADDRESS$ -C public
79command[check_mrtg]=@libexecdir@/check_mrtg $ARG1$ 10 AVG $ARG2$ $ARG3$ $ARG4$ $ARG5$ $ARG6$ 80command[check_mrtg]=@libexecdir@/check_mrtg $ARG1$ 10 AVG $ARG2$ $ARG3$ $ARG4$ $ARG5$ $ARG6$