fix template and typo

This commit is contained in:
Jan Wagner 2007-01-11 14:43:20 +00:00
parent 7c29bd37f0
commit 485fcac980
2 changed files with 2 additions and 2 deletions

2
debian/changelog vendored
View file

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

View file

@ -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$
}