qstat as recommandation
This commit is contained in:
parent
66a36fbb0e
commit
9b5e080456
11
debian/NEWS.Debian
vendored
11
debian/NEWS.Debian
vendored
|
@ -1,14 +1,19 @@
|
||||||
nagios-plugins (1.4.14-1) unstable; urgency=low
|
nagios-plugins (1.4.14-1) unstable; urgency=low
|
||||||
|
|
||||||
if your are using check_linux_raid.pl or check_bgpstate (respectively the
|
If your are using check_linux_raid.pl or check_bgpstate (respectively the
|
||||||
check_snmp_bgpstate), they will be removed sometimes in the future, as
|
check_snmp_bgpstate), they will be removed sometimes in the future, as
|
||||||
upstream will remove they shortly ... so be prepared!
|
upstream will remove they shortly ... so be prepared!
|
||||||
|
|
||||||
-- Jan Wagner <waja@cyconet.org> Mon, 07 Dec 2009 14:43:29 +0100
|
The qstat package is not a dependency any more but recommanded. As Recommands
|
||||||
|
installed by default these days, there shouldn't much users effected. If you
|
||||||
|
have turned off the installation of recommanded packages and you are using
|
||||||
|
check_quake, please install the qstat package again.
|
||||||
|
|
||||||
|
-- Jan Wagner <waja@cyconet.org> Sun, 20 Dec 2009 20:01:07 +0100
|
||||||
|
|
||||||
nagios-plugins (1.4.12-1) unstable; urgency=low
|
nagios-plugins (1.4.12-1) unstable; urgency=low
|
||||||
|
|
||||||
removed default port of check_radius definition in favor of the ability to
|
Removed default port of check_radius definition in favor of the ability to
|
||||||
specify it as 4th argument.
|
specify it as 4th argument.
|
||||||
|
|
||||||
-- Jan Wagner <waja@cyconet.org> Fri, 06 Jun 2008 12:25:59 +0200
|
-- Jan Wagner <waja@cyconet.org> Fri, 06 Jun 2008 12:25:59 +0200
|
||||||
|
|
5
debian/changelog
vendored
5
debian/changelog
vendored
|
@ -27,8 +27,11 @@ nagios-plugins (1.4.14-1) unstable; urgency=low
|
||||||
be removed in the next future
|
be removed in the next future
|
||||||
* Add 42_check_linux_raid_fix_r10.dpatch, which fixes RAID Levels with more
|
* Add 42_check_linux_raid_fix_r10.dpatch, which fixes RAID Levels with more
|
||||||
than one digit, thanks to Matija Nalis (Closes: #534604, #514588)
|
than one digit, thanks to Matija Nalis (Closes: #534604, #514588)
|
||||||
|
* Move qstat from Depends to Recommends, since its just used for check_game
|
||||||
|
and that seems not really essential, leaving note in NEWS file, thanks to
|
||||||
|
Steve Lane (Closes: #561770)
|
||||||
|
|
||||||
-- Jan Wagner <waja@cyconet.org> Sat, 05 Dec 2009 02:46:35 +0100
|
-- Jan Wagner <waja@cyconet.org> Sun, 20 Dec 2009 19:55:45 +0100
|
||||||
|
|
||||||
nagios-plugins (1.4.13+git200906171200-1) unstable; urgency=low
|
nagios-plugins (1.4.13+git200906171200-1) unstable; urgency=low
|
||||||
|
|
||||||
|
|
3
debian/control
vendored
3
debian/control
vendored
|
@ -59,7 +59,8 @@ Package: nagios-plugins-standard
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Conflicts: nagios-plugins (<= 1.4.2-3)
|
Conflicts: nagios-plugins (<= 1.4.2-3)
|
||||||
Replaces: nagios-plugins
|
Replaces: nagios-plugins
|
||||||
Depends: ${shlibs:Depends}, ${misc:Depends}, fping, qstat, snmp, radiusclient1, libnet-snmp-perl, dnsutils, bind9-host | host, smbclient, ucf, nagios-plugins-basic (>= 1.4.5-2)
|
Depends: ${shlibs:Depends}, ${misc:Depends}, fping, snmp, radiusclient1, libnet-snmp-perl, dnsutils, bind9-host | host, smbclient, ucf, nagios-plugins-basic (>= 1.4.5-2)
|
||||||
|
Recommends: qstat
|
||||||
Suggests: nagios3, whois
|
Suggests: nagios3, whois
|
||||||
Description: Plugins for the nagios network monitoring and management system
|
Description: Plugins for the nagios network monitoring and management system
|
||||||
Nagios is a host/service/network monitoring and management system. It has
|
Nagios is a host/service/network monitoring and management system. It has
|
||||||
|
|
Loading…
Reference in a new issue