add check_bgpstate, since the template was allready there
This commit is contained in:
parent
0795932b01
commit
8b4814e41a
2
debian/control
vendored
2
debian/control
vendored
|
@ -57,7 +57,7 @@ Architecture: any
|
||||||
Conflicts: nagios-plugins (<= 1.4.2-3)
|
Conflicts: nagios-plugins (<= 1.4.2-3)
|
||||||
Replaces: nagios-plugins
|
Replaces: nagios-plugins
|
||||||
Depends: ${shlibs:Depends}, ${misc:Depends}, fping, qstat, snmp, radiusclient1, libnet-snmp-perl, dnsutils, bind9-host | host, smbclient, ucf, nagios-plugins-basic
|
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
|
Description: Plugins for the nagios network monitoring and management system
|
||||||
Nagios is a host/service/network monitoring and management system. It has
|
Nagios is a host/service/network monitoring and management system. It has
|
||||||
the following features:
|
the following features:
|
||||||
|
|
2
debian/rules
vendored
2
debian/rules
vendored
|
@ -143,6 +143,8 @@ install: build
|
||||||
for c in ${std_plugin_cfgs}; do \
|
for c in ${std_plugin_cfgs}; do \
|
||||||
cp $(DEBIANDIR)/pluginconfig/$${c}.cfg ${NP_STD_TEMPLATES}; \
|
cp $(DEBIANDIR)/pluginconfig/$${c}.cfg ${NP_STD_TEMPLATES}; \
|
||||||
done
|
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
|
# 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.
|
# don't have to define the same list of plugin configs over and over.
|
||||||
sed -e 's/@BASIC_PLUGINS@/${basic_plugin_cfgs}/' \
|
sed -e 's/@BASIC_PLUGINS@/${basic_plugin_cfgs}/' \
|
||||||
|
|
Loading…
Reference in a new issue