Remove check_snmp_bgpstate
This commit is contained in:
parent
03ee5d5edf
commit
8eecf37295
3
debian/changelog
vendored
3
debian/changelog
vendored
|
@ -4,6 +4,8 @@ nagios-plugins (1.4.15-6) UNRELEASED; urgency=low
|
|||
other plugin packages
|
||||
* Removed check_bgpstate and check_linux_raid from package
|
||||
- Deleted 01_subst.in.dpatch and 05_check_linux_raid_fix_striped.dpatch
|
||||
- Remove check_snmp_bgpstate command definition
|
||||
* Recommand nagios-plugins-common via nagios-plugins
|
||||
* Add icinga as recommand as alternative for nagios3
|
||||
* Add '-w %d' as ping argument for check_ping on non-linux plattforms, as
|
||||
inetutils-ping is now supporting this, thanks Guillem Jover for bringing
|
||||
|
@ -22,7 +24,6 @@ nagios-plugins (1.4.15-6) UNRELEASED; urgency=low
|
|||
certificates (Closes: #644627), thanks to Michael Renner
|
||||
* Add check_jabber and check_jabber_4 command definitions
|
||||
* Add check_mysql_slave command definition
|
||||
* Recommand nagios-plugins-common via nagios-plugins
|
||||
|
||||
-- Jan Wagner <waja@cyconet.org> Wed, 07 Sep 2011 15:33:55 +0200
|
||||
|
||||
|
|
7
debian/pluginconfig/snmp.cfg
vendored
7
debian/pluginconfig/snmp.cfg
vendored
|
@ -103,13 +103,6 @@ define command{
|
|||
}
|
||||
|
||||
|
||||
# 'check_snmp_bgpstate' command definition
|
||||
define command{
|
||||
command_name check_snmp_bgpstate
|
||||
command_line /usr/lib/nagios/plugins/check_bgpstate '$HOSTADDRESS$' -c '$ARG1$'
|
||||
}
|
||||
|
||||
|
||||
# 'check_netapp_uptime' command definition
|
||||
define command{
|
||||
command_name check_netapp_uptime
|
||||
|
|
Loading…
Reference in a new issue