[Pkg-nagios-changes] [pkg-nagios] r1313 - in nagios-plugins/trunk/debian: . pluginconfig

Jan Wagner waja-guest at alioth.debian.org
Sat Jan 26 01:34:21 UTC 2008


Author: waja-guest
Date: 2008-01-26 01:34:21 +0000 (Sat, 26 Jan 2008)
New Revision: 1313

Modified:
   nagios-plugins/trunk/debian/changelog
   nagios-plugins/trunk/debian/pluginconfig/ntp.cfg
Log:
migrate ntp.cfg to new check_ntp_peer

Modified: nagios-plugins/trunk/debian/changelog
===================================================================
--- nagios-plugins/trunk/debian/changelog	2008-01-25 23:14:24 UTC (rev 1312)
+++ nagios-plugins/trunk/debian/changelog	2008-01-26 01:34:21 UTC (rev 1313)
@@ -12,6 +12,7 @@
     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 <seanius at debian.org>  Fri, 07 Dec 2007 01:01:17 +0100
 

Modified: nagios-plugins/trunk/debian/pluginconfig/ntp.cfg
===================================================================
--- nagios-plugins/trunk/debian/pluginconfig/ntp.cfg	2008-01-25 23:14:24 UTC (rev 1312)
+++ nagios-plugins/trunk/debian/pluginconfig/ntp.cfg	2008-01-26 01:34:21 UTC (rev 1313)
@@ -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




More information about the Pkg-nagios-changes mailing list