add dependency of nagios-plugins-basic to get command definitions installed
This commit is contained in:
parent
87186a998f
commit
a7d70f830c
9
debian/changelog
vendored
9
debian/changelog
vendored
|
@ -1,8 +1,11 @@
|
|||
nagios-snmp-plugins (1.1.1-6) UNRELEASED; urgency=low
|
||||
nagios-snmp-plugins (1.1.1-6) unstable; urgency=low
|
||||
|
||||
* NOT RELEASED YET
|
||||
* instead of suggest depend on nagios-plugins-basic to get command
|
||||
definitions installed into /etc/nagios-plugins/config and registered via
|
||||
ucf, since /usr/share/nagios-plugins/dpkg/functions is used in postinst
|
||||
(Closes: #513872)
|
||||
|
||||
-- Jan Wagner <waja@cyconet.org> Sun, 20 Jul 2008 15:47:37 +0200
|
||||
-- Jan Wagner <waja@cyconet.org> Sun, 01 Feb 2009 23:49:10 +0100
|
||||
|
||||
nagios-snmp-plugins (1.1.1-5) unstable; urgency=low
|
||||
|
||||
|
|
3
debian/control
vendored
3
debian/control
vendored
|
@ -11,7 +11,6 @@ Standards-Version: 3.8.0
|
|||
|
||||
Package: nagios-snmp-plugins
|
||||
Architecture: all
|
||||
Depends: ${perl:Depends}, ${misc:Depends}, libnet-snmp-perl, perl-base (>= 5.8.4-8), ucf
|
||||
Suggests: nagios-plugins-basic (>= 1.4.5-2)
|
||||
Depends: ${perl:Depends}, ${misc:Depends}, libnet-snmp-perl, nagios-plugins-basic (>= 1.4.5-2), perl-base (>= 5.8.4-8), ucf
|
||||
Description: SNMP Plugins for nagios
|
||||
A set of Nagios plugins to check hosts/devices using snmp protocol
|
||||
|
|
Loading…
Reference in a new issue