[Pkg-nagios-changes] [pkg-nagios-plugins] 219/413: move a couple of packages to recommands
Jan Wagner
waja at moszumanska.debian.org
Tue Nov 26 23:13:25 UTC 2013
This is an automated email from the git hooks/post-receive script.
waja pushed a commit to branch master
in repository pkg-nagios-plugins.
commit f7a06da9e0905225bceee248d8f4e0eb84730451
Author: Jan Wagner <waja at cyconet.org>
Date: Thu Mar 11 21:40:40 2010 +0000
move a couple of packages to recommands
---
debian/README.Debian | 9 ++++++++
debian/README.Debian.plugins | 54 ++++++++++++++++++++++++++++++++++++++++++++
debian/changelog | 4 +++-
debian/control | 6 ++---
debian/docs | 1 +
5 files changed, 70 insertions(+), 4 deletions(-)
diff --git a/debian/README.Debian b/debian/README.Debian
index 58c329d..37030a1 100644
--- a/debian/README.Debian
+++ b/debian/README.Debian
@@ -6,6 +6,15 @@ below is a collection of various bits of information that might be
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
================================================================================
diff --git a/debian/README.Debian.plugins b/debian/README.Debian.plugins
new file mode 100644
index 0000000..f373a5d
--- /dev/null
+++ b/debian/README.Debian.plugins
@@ -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
diff --git a/debian/changelog b/debian/changelog
index c926ebd..0e07bd3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,7 +11,9 @@ nagios-plugins (1.4.14-2) UNRELEASED; urgency=low
* 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
diff --git a/debian/control b/debian/control
index 734d825..f1fd558 100644
--- a/debian/control
+++ b/debian/control
@@ -59,9 +59,9 @@ Package: nagios-plugins-standard
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:
diff --git a/debian/docs b/debian/docs
index 933995d..ca7a2b4 100644
--- a/debian/docs
+++ b/debian/docs
@@ -4,3 +4,4 @@ README
LEGAL
REQUIREMENTS
SUPPORT
+debian/README.Debian.plugins
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-nagios/pkg-nagios-plugins.git
More information about the Pkg-nagios-changes
mailing list