[Pkg-nagios-changes] [pkg-nagios-plugins] 102/413: migrate ntp.cfg to new check_ntp_peer

Jan Wagner waja at moszumanska.debian.org
Tue Nov 26 23:13:11 UTC 2013


This is an automated email from the git hooks/post-receive script.

waja pushed a commit to branch master
in repository pkg-nagios-plugins.

commit 4879d5bcca7b023ea580a49a406d04bf842e96da
Author: Jan Wagner <waja at cyconet.org>
Date:   Sat Jan 26 01:34:21 2008 +0000

    migrate ntp.cfg to new check_ntp_peer
---
 debian/changelog            | 1 +
 debian/pluginconfig/ntp.cfg | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

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 <seanius at debian.org>  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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-nagios/pkg-nagios-plugins.git



More information about the Pkg-nagios-changes mailing list