fix template and typo
This commit is contained in:
parent
7c29bd37f0
commit
485fcac980
2
debian/changelog
vendored
2
debian/changelog
vendored
|
@ -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
|
||||
|
||||
|
|
2
debian/pluginconfig/snmp.cfg
vendored
2
debian/pluginconfig/snmp.cfg
vendored
|
@ -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$
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue