[Pkg-nagios-changes] [pkg-nagios] r1099 - in
nagios-plugins/trunk/debian: . pluginconfig
Jan Wagner
waja-guest at alioth.debian.org
Thu Jan 11 15:43:21 CET 2007
Author: waja-guest
Date: 2007-01-11 15:43:20 +0100 (Thu, 11 Jan 2007)
New Revision: 1099
Modified:
nagios-plugins/trunk/debian/changelog
nagios-plugins/trunk/debian/pluginconfig/snmp.cfg
Log:
fix template and typo
Modified: nagios-plugins/trunk/debian/changelog
===================================================================
--- nagios-plugins/trunk/debian/changelog 2007-01-11 14:10:59 UTC (rev 1098)
+++ nagios-plugins/trunk/debian/changelog 2007-01-11 14:43:20 UTC (rev 1099)
@@ -8,7 +8,7 @@
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
Modified: nagios-plugins/trunk/debian/pluginconfig/snmp.cfg
===================================================================
--- nagios-plugins/trunk/debian/pluginconfig/snmp.cfg 2007-01-11 14:10:59 UTC (rev 1098)
+++ nagios-plugins/trunk/debian/pluginconfig/snmp.cfg 2007-01-11 14:43:20 UTC (rev 1099)
@@ -106,7 +106,7 @@
# '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$
}
More information about the Pkg-nagios-changes
mailing list