summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS8
1 files changed, 7 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 1234178..2ccc65d 100644
--- a/NEWS
+++ b/NEWS
@@ -6,10 +6,14 @@ This file documents the major additions and syntax changes between releases.
6 check_disk_smb now allows spaces in share names (#990948, #1370031, Debian #601699) 6 check_disk_smb now allows spaces in share names (#990948, #1370031, Debian #601699)
7 check_http now uses standard threshold functions (enables floating point and ranges) 7 check_http now uses standard threshold functions (enables floating point and ranges)
8 check_http now checks for and prints the certificate cn (hostname) in SSL certificate checks (Stéphane Urbanovski) 8 check_http now checks for and prints the certificate cn (hostname) in SSL certificate checks (Stéphane Urbanovski)
9 check_http now supports an optional -S/--ssl value to choose the SSL protocol version (#3066166 - Jason Lunn)
9 Add perfdata to check_ssh (#3244097 - Marco Beck) 10 Add perfdata to check_ssh (#3244097 - Marco Beck)
10 New option to check_smtp to ignore failures when sending QUIT (#3358348 - Duncan Ferguson) 11 New option to check_smtp to ignore failures when sending QUIT (#3358348 - Duncan Ferguson)
11 New check_by_ssh -F option which allows for specifying an alternative ssh_config(5) file (#2895334 - Sven Nierlein) 12 New check_by_ssh -F option which allows for specifying an alternative ssh_config(5) file (#2895334 - Sven Nierlein)
12 check_sensors now detects faulty sensors unless --ignore-fault is specified (Jan Wagner) 13 check_sensors now detects faulty sensors unless --ignore-fault is specified (Jan Wagner)
14 utils.sh now provides a check_range function (Alex Griffin)
15 Improved the performance of check_users (Marc Remy)
16 Add perfdata to check_disk_smb (Debian #654259 - Charles-Henri Larose)
13 Updated Nagios::Plugin perl module 17 Updated Nagios::Plugin perl module
14 18
15 FIXES 19 FIXES
@@ -20,7 +24,9 @@ This file documents the major additions and syntax changes between releases.
20 Fix check_procs where regex input of '|' would get displayed in output - now replaced with ',' 24 Fix check_procs where regex input of '|' would get displayed in output - now replaced with ','
21 Fix segfault in check_host when hostname returns multiple IP addresses (Sebastian Harl) 25 Fix segfault in check_host when hostname returns multiple IP addresses (Sebastian Harl)
22 Fix check_smtp and check_tcp where duplicate messages were displayed for certificate errors 26 Fix check_smtp and check_tcp where duplicate messages were displayed for certificate errors
23 Fix check_ping where output of ping6 when unreachable (Debian #662638) 27 Fix check_ping's parsing of ping6(1) output (#1894850, Debian #514588, Debian #662638 - Matej Vela)
28 Fix a check_dhcp bug which was triggered by using it to check Windows 2003 DHCP servers (#3503921)
29 Disable RFC4507 support, to work around SSL negotiation issues with (at least) some Tomcat versions
24 30
251.4.15 27th July 2010 311.4.15 27th July 2010
26 ENHANCEMENTS 32 ENHANCEMENTS