[Pkg-nagios-changes] [pkg-nagios-plugins] 62/413: fix template and typo

Jan Wagner waja at moszumanska.debian.org
Tue Nov 26 23:13:06 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 485fcac9804c897b758ce5ffa4ea16e16535da2c
Author: Jan Wagner <waja at cyconet.org>
Date:   Thu Jan 11 14:43:20 2007 +0000

    fix template and typo
---
 debian/changelog             | 2 +-
 debian/pluginconfig/snmp.cfg | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 4d23139..fab512b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,7 +8,7 @@ nagios-plugins (1.4.5-3) UNRELEASED; urgency=low
     tcp_udp.cfg and telnet.cfg
   * add check_bgpstate script from contrib to nagios-plugins-standard
   * add whois to Suggests of nagios-plugins-standard
-  * fixed static community string for check_snmp_bgpstate in ping.cfg
+  * fixed static community string for check_snmp_bgpstate in snmp.cfg
     (closes: #403892).
   * remove static community string in ifstatus.cfg
 
diff --git a/debian/pluginconfig/snmp.cfg b/debian/pluginconfig/snmp.cfg
index e00aed0..b44f8a0 100644
--- a/debian/pluginconfig/snmp.cfg
+++ b/debian/pluginconfig/snmp.cfg
@@ -106,7 +106,7 @@ define command{
 # 'check_snmp_bgpstate' command definition
 define command{
 	command_name	check_snmp_bgpstate
-	command_line	/usr/lib/nagios/plugins/check_bgpstate -H $HOSTADDRESS$ -C $ARG1$ 
+	command_line	/usr/lib/nagios/plugins/check_bgpstate $HOSTADDRESS$ -c $ARG1$
 	}
 
 

-- 
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