summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS13
1 files changed, 12 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index a4a38d9..7bbc7b4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,10 @@
1This file documents the major additions and syntax changes between releases. 1This file documents the major additions and syntax changes between releases.
2 2
3... 3...
4 FIXES
5 Change the MAIL FROM command generated by check_smtp to be RFC compliant
6
71.4.16 27th June 2012
4 ENHANCEMENTS 8 ENHANCEMENTS
5 check_nt UPTIME accepts warning/critical thresholds (Ryan Kelly) 9 check_nt UPTIME accepts warning/critical thresholds (Ryan Kelly)
6 check_disk_smb now allows spaces in share names (#990948, #1370031, Debian #601699) 10 check_disk_smb now allows spaces in share names (#990948, #1370031, Debian #601699)
@@ -12,17 +16,24 @@ This file documents the major additions and syntax changes between releases.
12 New check_by_ssh -F option which allows for specifying an alternative ssh_config(5) file (#2895334 - Sven Nierlein) 16 New check_by_ssh -F option which allows for specifying an alternative ssh_config(5) file (#2895334 - Sven Nierlein)
13 check_sensors now detects faulty sensors unless --ignore-fault is specified (Jan Wagner) 17 check_sensors now detects faulty sensors unless --ignore-fault is specified (Jan Wagner)
14 utils.sh now provides a check_range function (Alex Griffin) 18 utils.sh now provides a check_range function (Alex Griffin)
19 Improved the performance of check_users (Marc Remy)
20 Add perfdata to check_disk_smb (Debian #654259 - Charles-Henri Larose)
15 Updated Nagios::Plugin perl module 21 Updated Nagios::Plugin perl module
22 Add warning threshold to certificate expiration checks of check_tcp/http/smtp (William Leibzon)
23 Add --perf-oids option for check_snmp (Jochen Bern)
16 24
17 FIXES 25 FIXES
18 Fix check_disk free space calculation if blocksizes differ within a disk group (Bekar - #2973603) 26 Fix check_disk free space calculation if blocksizes differ within a disk group (Bekar - #2973603)
19 check_disk_smb now handles NT_STATUS_ACCESS_DENIED properly (Debian #601696) 27 check_disk_smb now handles NT_STATUS_ACCESS_DENIED properly (Debian #601696)
20 Make check_snmp work more like v1.4.14 with regard to using special values (Timeticks, STRING) as numeric thresholds 28 Make check_snmp work more like v1.4.14 with regard to using special values (Timeticks, STRING) as numeric thresholds
21 Fix check_ldap overriding the port when --ssl was specified after -p 29 Fix check_ldap overriding the port when --ssl was specified after -p
22 Fix check_procs where regex input of '|' would get displayed in output - now replaced with ',' 30 Fix check_procs where regex input of '|' would get displayed in output - now replaced with ','
23 Fix segfault in check_host when hostname returns multiple IP addresses (Sebastian Harl) 31 Fix segfault in check_host when hostname returns multiple IP addresses (Sebastian Harl)
24 Fix check_smtp and check_tcp where duplicate messages were displayed for certificate errors 32 Fix check_smtp and check_tcp where duplicate messages were displayed for certificate errors
33 Fix check_ping's parsing of ping6(1) output (#1894850, Debian #514588, Debian #662638 - Matej Vela)
34 Fix a check_dhcp bug which was triggered by checking Windows 2003 DHCP servers (#3503921)
25 Disable RFC4507 support, to work around SSL negotiation issues with (at least) some Tomcat versions 35 Disable RFC4507 support, to work around SSL negotiation issues with (at least) some Tomcat versions
36 Fix performance data label containing spaces in check_snmp (Jochen Bern)
26 37
271.4.15 27th July 2010 381.4.15 27th July 2010
28 ENHANCEMENTS 39 ENHANCEMENTS