diff --git a/debian/changelog b/debian/changelog index db5a7f1..c673bd7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -12,6 +12,7 @@ nagios-plugins (1.4.11-1) UNRELEASED; urgency=low check_ntp and check_ntp_time * add 30_fix_check_ntp_options.dpatch to fix options help for check_ntp_peer and check_ntp_time + * migrate ntp.cfg to new check_ntp_peer -- Sean Finney Fri, 07 Dec 2007 01:01:17 +0100 diff --git a/debian/pluginconfig/ntp.cfg b/debian/pluginconfig/ntp.cfg index e590c7d..08cbac8 100644 --- a/debian/pluginconfig/ntp.cfg +++ b/debian/pluginconfig/ntp.cfg @@ -1,13 +1,13 @@ # 'check_ntp' command definition define command{ 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 define command{ 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