[Pkg-nagios-changes] [pkg-nagios] r1990 - nagios-plugins/trunk/debian
Jan Wagner
waja at alioth.debian.org
Sun Feb 19 12:45:36 UTC 2012
tags 655023 pending
thanks
Author: waja
Date: 2012-02-19 12:45:35 +0000 (Sun, 19 Feb 2012)
New Revision: 1990
Modified:
nagios-plugins/trunk/debian/changelog
nagios-plugins/trunk/debian/rules
Log:
Add '-w %d' for inetutils-ping
Modified: nagios-plugins/trunk/debian/changelog
===================================================================
--- nagios-plugins/trunk/debian/changelog 2011-12-03 12:47:57 UTC (rev 1989)
+++ nagios-plugins/trunk/debian/changelog 2012-02-19 12:45:35 UTC (rev 1990)
@@ -1,6 +1,9 @@
nagios-plugins (1.4.15-6) UNRELEASED; urgency=low
* Add icinga as recommand as alternative for nagios3
+ * Add '-w %d' as ping argument for check_ping on non-linux plattforms, as
+ inetutils-ping is now supporting this, thanks Guillem Jover for bringing
+ this up (Closes: #655023)
-- Jan Wagner <waja at cyconet.org> Wed, 07 Sep 2011 15:33:55 +0200
Modified: nagios-plugins/trunk/debian/rules
===================================================================
--- nagios-plugins/trunk/debian/rules 2011-12-03 12:47:57 UTC (rev 1989)
+++ nagios-plugins/trunk/debian/rules 2012-02-19 12:45:35 UTC (rev 1990)
@@ -56,8 +56,8 @@
PING_CONFIGURE_ARGS = --with-ping-command="/bin/ping -n -U -w %d -c %d %s" \
--with-ping6-command="/bin/ping6 -n -U -w %d -c %d %s"
else
-PING_CONFIGURE_ARGS = --with-ping-command="/bin/ping -n -c %d %s" \
- --with-ping6-command="/bin/ping6 -n -c %d %s"
+PING_CONFIGURE_ARGS = --with-ping-command="/bin/ping -n -w %d -c %d %s" \
+ --with-ping6-command="/bin/ping6 -n -w %d -c %d %s"
endif
More information about the Pkg-nagios-changes
mailing list