some hints for non-linux archs

This commit is contained in:
Jan Wagner 2010-01-23 23:10:47 +00:00
parent 84277e723b
commit 5ac59a2adb
2 changed files with 8 additions and 1 deletions

6
debian/NEWS.Debian vendored
View file

@ -9,6 +9,12 @@ nagios-plugins (1.4.14-1) unstable; urgency=low
have turned off the installation of recommanded packages and you are using
check_quake, please install the qstat package again.
For all non linux archs, we depend on inetutils-ping, since now. As actually
inetutils-ping doesn't support a deadlines option (see #565137), it will be
likely, that you will get plugin timeouts from check_ping. As iputils-ping
is not an option here, due it's not available, you have to deal with that.
The suggestion would be in this case, to migrate over to check_icmp.
-- Jan Wagner <waja@cyconet.org> Sun, 20 Dec 2009 20:01:07 +0100
nagios-plugins (1.4.12-1) unstable; urgency=low

3
debian/changelog vendored
View file

@ -1,6 +1,7 @@
nagios-plugins (1.4.14-2) UNRELEASED; urgency=low
* cosmetic change to last changelog entry
* Cosmetic change to last changelog entry
* Add some hints to NEWS.Debian about the use on non-linux archs
-- Jan Wagner <waja@cyconet.org> Sat, 23 Jan 2010 01:39:31 +0100