aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorGravatar Jan Wagner <waja@cyconet.org> 2012-04-17 11:46:16 +0200
committerGravatar Jan Wagner <waja@cyconet.org> 2012-04-17 11:46:16 +0200
commitc69890a4b4e3b303ae82cc7eec773486e08c80bb (patch)
treec5f580d5a86d10f5fed277b5b1429e4555a3aff6 /NEWS
parent4c30935850997f513b3eee21d169f6d523d43c5d (diff)
downloadmonitoring-plugins-c69890a4b4e3b303ae82cc7eec773486e08c80bb.tar.gz
Fix check_ping where output of ping6 when unreachable (Debian #662638)
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index ef6548a5..1234178a 100644
--- a/NEWS
+++ b/NEWS
@@ -14,12 +14,13 @@ This file documents the major additions and syntax changes between releases.
FIXES
Fix check_disk free space calculation if blocksizes differ within a disk group (Bekar - #2973603)
- check_disk_smb now handles NT_STATUS_ACCESS_DENIED properly (Debian #601696)
+ check_disk_smb now handles NT_STATUS_ACCESS_DENIED properly (Debian #601696)
Make check_snmp work more like v1.4.14 with regard to using special values (Timeticks, STRING) as numeric thresholds
Fix check_ldap overriding the port when --ssl was specified after -p
Fix check_procs where regex input of '|' would get displayed in output - now replaced with ','
Fix segfault in check_host when hostname returns multiple IP addresses (Sebastian Harl)
Fix check_smtp and check_tcp where duplicate messages were displayed for certificate errors
+ Fix check_ping where output of ping6 when unreachable (Debian #662638)
1.4.15 27th July 2010
ENHANCEMENTS