summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorHolger Weiss <holger@zedat.fu-berlin.de>2012-06-11 21:40:04 (GMT)
committerHolger Weiss <holger@zedat.fu-berlin.de>2012-06-11 21:40:04 (GMT)
commita80eafbf9cab9d80c526c504edf2ee4446a072d9 (patch)
tree505a6caeb312d63e8b2d9f1814c9b2e807258d51 /NEWS
parent4e9eedc8debe1388996bd5631f2df6e057854061 (diff)
downloadmonitoring-plugins-a80eafbf9cab9d80c526c504edf2ee4446a072d9.tar.gz
Improve parsing of ping6(1) output
The ping6(1) implementation provided by Debian's iputils-ping package may produce output such as the following: | 3 packets transmitted, 0 received, +3 errors, 100% packet loss, time 2009ms There's a corresponding pattern in check_ping.c:458: | "%*d packets transmitted, %*d received, +%*d errors, %d%% packet loss" Without this fix, the pattern in check_ping.c:456 matched first (as sscanf(3) interprets "+3" as a match for "%d"): | "%*d packets transmitted, %*d received, %d%% loss, time" (#1894850 - Debian bug report #514588 - Matej Vela)
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index dd47139..7452a6b 100644
--- a/NEWS
+++ b/NEWS
@@ -23,6 +23,7 @@ This file documents the major additions and syntax changes between releases.
23 Fix check_procs where regex input of '|' would get displayed in output - now replaced with ',' 23 Fix check_procs where regex input of '|' would get displayed in output - now replaced with ','
24 Fix segfault in check_host when hostname returns multiple IP addresses (Sebastian Harl) 24 Fix segfault in check_host when hostname returns multiple IP addresses (Sebastian Harl)
25 Fix check_smtp and check_tcp where duplicate messages were displayed for certificate errors 25 Fix check_smtp and check_tcp where duplicate messages were displayed for certificate errors
26 Fix check_ping's parsing of the output of Debian's ping6(1) implementation (#1894850 - Matej Vela)
26 Disable RFC4507 support, to work around SSL negotiation issues with (at least) some Tomcat versions 27 Disable RFC4507 support, to work around SSL negotiation issues with (at least) some Tomcat versions
27 28
281.4.15 27th July 2010 291.4.15 27th July 2010