add check_bgpstate, since the template was allready there

This commit is contained in:
Jan Wagner 2007-01-08 08:17:15 +00:00
parent 0795932b01
commit 8b4814e41a
2 changed files with 3 additions and 1 deletions

2
debian/control vendored
View file

@ -57,7 +57,7 @@ Architecture: any
Conflicts: nagios-plugins (<= 1.4.2-3)
Replaces: nagios-plugins
Depends: ${shlibs:Depends}, ${misc:Depends}, fping, qstat, snmp, radiusclient1, libnet-snmp-perl, dnsutils, bind9-host | host, smbclient, ucf, nagios-plugins-basic
Suggests: nagios-text | nagios
Suggests: nagios-text | nagios, whois
Description: Plugins for the nagios network monitoring and management system
Nagios is a host/service/network monitoring and management system. It has
the following features:

2
debian/rules vendored
View file

@ -143,6 +143,8 @@ install: build
for c in ${std_plugin_cfgs}; do \
cp $(DEBIANDIR)/pluginconfig/$${c}.cfg ${NP_STD_TEMPLATES}; \
done
# install check_bgpstate from contrib
install -m 755 contrib/check_bgpstate.pl ${NP_STD_DIR}/${NP_LIBEXEC}/check_bgpstate
# dynamically create the postrm scripts using a template, so that we
# don't have to define the same list of plugin configs over and over.
sed -e 's/@BASIC_PLUGINS@/${basic_plugin_cfgs}/' \