[Pkg-nagios-changes] [pkg-nagios] r1096 -
nagios-plugins/trunk/debian
Jan Wagner
waja-guest at alioth.debian.org
Mon Jan 8 09:17:16 CET 2007
Author: waja-guest
Date: 2007-01-08 09:17:15 +0100 (Mon, 08 Jan 2007)
New Revision: 1096
Modified:
nagios-plugins/trunk/debian/control
nagios-plugins/trunk/debian/rules
Log:
add check_bgpstate, since the template was allready there
Modified: nagios-plugins/trunk/debian/control
===================================================================
--- nagios-plugins/trunk/debian/control 2007-01-08 08:15:52 UTC (rev 1095)
+++ nagios-plugins/trunk/debian/control 2007-01-08 08:17:15 UTC (rev 1096)
@@ -57,7 +57,7 @@
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:
Modified: nagios-plugins/trunk/debian/rules
===================================================================
--- nagios-plugins/trunk/debian/rules 2007-01-08 08:15:52 UTC (rev 1095)
+++ nagios-plugins/trunk/debian/rules 2007-01-08 08:17:15 UTC (rev 1096)
@@ -143,6 +143,8 @@
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}/' \
More information about the Pkg-nagios-changes
mailing list