move a couple of packages to recommands

This commit is contained in:
Jan Wagner 2010-03-11 21:40:40 +00:00
parent 5ff987c954
commit f7a06da9e0
5 changed files with 70 additions and 4 deletions

View file

@ -5,6 +5,15 @@ nagios-plugins for Debian
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
================================================================================

54
debian/README.Debian.plugins vendored Normal file
View file

@ -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

4
debian/changelog vendored
View file

@ -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@cyconet.org> Wed, 03 Mar 2010 08:13:31 +0100

6
debian/control vendored
View file

@ -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:

1
debian/docs vendored
View file

@ -4,3 +4,4 @@ README
LEGAL
REQUIREMENTS
SUPPORT
debian/README.Debian.plugins