[Pkg-nagios-changes] [pkg-nagios] r1860 - nagios-plugins/trunk/debian
Jan Wagner
waja at alioth.debian.org
Thu Mar 11 21:40:41 UTC 2010
Author: waja
Date: 2010-03-11 21:40:40 +0000 (Thu, 11 Mar 2010)
New Revision: 1860
Added:
nagios-plugins/trunk/debian/README.Debian.plugins
Modified:
nagios-plugins/trunk/debian/README.Debian
nagios-plugins/trunk/debian/changelog
nagios-plugins/trunk/debian/control
nagios-plugins/trunk/debian/docs
Log:
move a couple of packages to recommands
Modified: nagios-plugins/trunk/debian/README.Debian
===================================================================
--- nagios-plugins/trunk/debian/README.Debian 2010-03-11 14:54:12 UTC (rev 1859)
+++ nagios-plugins/trunk/debian/README.Debian 2010-03-11 21:40:40 UTC (rev 1860)
@@ -6,6 +6,15 @@
helpful to users of nagios-plugins in debian.
================================================================================
+plugins and dependencies
+================================================================================
+
+some plugins require additional libraries and programs. to prevent you from
+having to install dozens of further packages that you don't actually need,
+there is no strict dependency on some of them.
+see /usr/share/doc/nagios-plugins-standard/README.Debian.plugins for details.
+
+================================================================================
how to use plugins
================================================================================
Added: nagios-plugins/trunk/debian/README.Debian.plugins
===================================================================
--- nagios-plugins/trunk/debian/README.Debian.plugins (rev 0)
+++ nagios-plugins/trunk/debian/README.Debian.plugins 2010-03-11 21:40:40 UTC (rev 1860)
@@ -0,0 +1,54 @@
+nagios-plugins on Debian
+==========================
+
+Some plugins require additional libraries and programs. To prevent you from
+having to install dozens of further packages that you don't actually need,
+there is no strict dependency on some of them. Rather, they are listed as
+recommendations.
+
+apt-get(8) and aptitude(8) will install recommended packages automatically by
+default. If you did not disable this feature you will have everything in place
+to operate all plugins when installing the "nagios-plugins-standard" package.
+Else you have to install missing dependencies manually (see the section "Plugin
+dependencies" below).
+
+Plugin dependencies:
+--------------------
+
+check_bgpstate:
+ * libnet-snmp-perl
+ * whois
+
+check_breeze:
+ * snmp
+
+check_disk_smb:
+ * smbclient
+
+check_dns:
+ * dnsutils
+
+check_fping:
+ * fping
+
+check_game:
+ * qstat
+
+check_ifoperstatus:
+ * libnet-snmp-perl
+
+check_ifstatus:
+ * libnet-snmp-perl
+
+check_mailq:
+ * sendmail binary of qmail or one of the following packages
+ - postfix
+ - sendmail-bin
+ - exim4-daemon-heavy
+ - exim4-daemon-light
+
+check_oracle:
+ * procps
+
+check_wave:
+ * snmp
Modified: nagios-plugins/trunk/debian/changelog
===================================================================
--- nagios-plugins/trunk/debian/changelog 2010-03-11 14:54:12 UTC (rev 1859)
+++ nagios-plugins/trunk/debian/changelog 2010-03-11 21:40:40 UTC (rev 1860)
@@ -11,7 +11,9 @@
* Move check_mailq to nagios-plugins-standard, cause it depends
postfix|sendmail|exim4 or qmail
- Add "postfix | sendmail-bin | exim4-daemon-heavy | exim4-daemon-light" to
- Suggests of nagios-plugins-standard
+ Recommends of nagios-plugins-standard
+ * Move remaining Depends binaries of nagios-plugins-standard to Recommends,
+ keeping Depends we have used at linking (for now)
-- Jan Wagner <waja at cyconet.org> Wed, 03 Mar 2010 08:13:31 +0100
Modified: nagios-plugins/trunk/debian/control
===================================================================
--- nagios-plugins/trunk/debian/control 2010-03-11 14:54:12 UTC (rev 1859)
+++ nagios-plugins/trunk/debian/control 2010-03-11 21:40:40 UTC (rev 1860)
@@ -59,9 +59,9 @@
Architecture: any
Conflicts: nagios-plugins (<= 1.4.2-3)
Replaces: nagios-plugins
-Depends: ${shlibs:Depends}, ${misc:Depends}, fping, snmp, libnet-snmp-perl, dnsutils, bind9-host | host, smbclient, ucf, nagios-plugins-basic (>= 1.4.5-2)
-Recommends: qstat
-Suggests: nagios3, postfix | sendmail-bin | exim4-daemon-heavy | exim4-daemon-light, whois
+Depends: ${shlibs:Depends}, ${misc:Depends}, ucf, nagios-plugins-basic (>= 1.4.5-2)
+Recommends: postfix | sendmail-bin | exim4-daemon-heavy | exim4-daemon-light, fping, snmp, libnet-snmp-perl, dnsutils, bind9-host | host, smbclient, whois, qstat
+Suggests: nagios3
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/docs
===================================================================
--- nagios-plugins/trunk/debian/docs 2010-03-11 14:54:12 UTC (rev 1859)
+++ nagios-plugins/trunk/debian/docs 2010-03-11 21:40:40 UTC (rev 1860)
@@ -4,3 +4,4 @@
LEGAL
REQUIREMENTS
SUPPORT
+debian/README.Debian.plugins
More information about the Pkg-nagios-changes
mailing list