From 485fcac9804c897b758ce5ffa4ea16e16535da2c Mon Sep 17 00:00:00 2001 From: Jan Wagner Date: Thu, 11 Jan 2007 14:43:20 +0000 Subject: [PATCH] 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$ }