migrate ntp.cfg to new check_ntp_peer

This commit is contained in:
Jan Wagner 2008-01-26 01:34:21 +00:00
parent 18ab211500
commit 4879d5bcca
2 changed files with 3 additions and 2 deletions

1
debian/changelog vendored
View file

@ -12,6 +12,7 @@ nagios-plugins (1.4.11-1) UNRELEASED; urgency=low
check_ntp and check_ntp_time check_ntp and check_ntp_time
* add 30_fix_check_ntp_options.dpatch to fix options help for check_ntp_peer * add 30_fix_check_ntp_options.dpatch to fix options help for check_ntp_peer
and check_ntp_time and check_ntp_time
* migrate ntp.cfg to new check_ntp_peer
-- Sean Finney <seanius@debian.org> Fri, 07 Dec 2007 01:01:17 +0100 -- Sean Finney <seanius@debian.org> Fri, 07 Dec 2007 01:01:17 +0100

View file

@ -1,13 +1,13 @@
# 'check_ntp' command definition # 'check_ntp' command definition
define command{ define command{
command_name check_ntp command_name check_ntp
command_line /usr/lib/nagios/plugins/check_ntp -H $HOSTADDRESS$ command_line /usr/lib/nagios/plugins/check_ntp_peer -H $HOSTADDRESS$
} }
# 'check_ntp_ntpq' command definition # 'check_ntp_ntpq' command definition
define command{ define command{
command_name check_ntp_ntpq command_name check_ntp_ntpq
command_line /usr/lib/nagios/plugins/check_ntp -H $HOSTADDRESS$ -j 10 -k 15 command_line /usr/lib/nagios/plugins/check_ntp_peer -H $HOSTADDRESS$ -j 10 -k 15
} }
# 'check_time' command definition # 'check_time' command definition