mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-05-28 04:35:40 -04:00
forced ntpq jitter check
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@319 f882894a-f735-0410-b71e-b25c423dba1c
This commit is contained in:
parent
6e25c50e44
commit
2967acc1a1
1 changed files with 1 additions and 0 deletions
|
|
@ -74,6 +74,7 @@ command[check_nntp]=@libexecdir@/check_nntp -H $HOSTADDRESS$
|
|||
command[check_telnet]=@libexecdir@/check_tcp -H $HOSTADDRESS$ -p 23
|
||||
command[check_users]=@libexecdir@/check_users -w $ARG1$ -c $ARG2$
|
||||
command[check_ntp]=@libexecdir@/check_ntp -H $HOSTADDRESS$
|
||||
command[check_ntp_ntpq]=@libexecdir@/check_ntp -H $HOSTADDRESS$ -j 10 -k 15
|
||||
command[check_flexlm]=@libexecdir@/check_flexlm -F $ARG1$
|
||||
command[check_hpjd]=@libexecdir@/check_hpjd -H $HOSTADDRESS$ -C public
|
||||
command[check_mrtg]=@libexecdir@/check_mrtg $ARG1$ 10 AVG $ARG2$ $ARG3$ $ARG4$ $ARG5$ $ARG6$
|
||||
|
|
|
|||
Loading…
Reference in a new issue