summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS10
1 files changed, 9 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index a489ee2..2a9ea62 100644
--- a/NEWS
+++ b/NEWS
@@ -6,7 +6,6 @@ This file documents the major additions and syntax changes between releases.
6 thresholds 6 thresholds
7 New check_snmp "-N" option to specify SNMPv3 context name 7 New check_snmp "-N" option to specify SNMPv3 context name
8 New check_nt "-l" parameters: seconds|minutes|hours|days 8 New check_nt "-l" parameters: seconds|minutes|hours|days
9 Make sure check_disk won't hang on hanging (network) file systems
10 New check_mailq -s option which tells the plugin to use sudo(8) 9 New check_mailq -s option which tells the plugin to use sudo(8)
11 New -W/-C option for check_ldap to check number of entries (Gerhard Lausser) 10 New -W/-C option for check_ldap to check number of entries (Gerhard Lausser)
12 The check_http -S/--ssl option now accepts the arguments "1.1" and "1.2" 11 The check_http -S/--ssl option now accepts the arguments "1.1" and "1.2"
@@ -18,6 +17,8 @@ This file documents the major additions and syntax changes between releases.
18 Let check_real terminate lines with CRLF when talking to the server, as 17 Let check_real terminate lines with CRLF when talking to the server, as
19 mandated by 2326 18 mandated by 2326
20 Fix check_procs on HP-UX 19 Fix check_procs on HP-UX
20 check_smtp's -e/--expect option can now be combined with -S/--starttls
21 Fix incorrect performance data thresholds emitted by check_ups
21 22
22 WARNINGS 23 WARNINGS
23 The format of the performance data emitted by check_mrtgtraf has been 24 The format of the performance data emitted by check_mrtgtraf has been
@@ -28,6 +29,12 @@ This file documents the major additions and syntax changes between releases.
28 The superseded check_ntp.pl was removed, please use check_ntp_peer or 29 The superseded check_ntp.pl was removed, please use check_ntp_peer or
29 check_ntp_time instead 30 check_ntp_time instead
30 31
322.1.2 16th October 2015
33 FIXES
34 Fix incorrect performance data thresholds emitted by check_ups
35 Fix check_dhcp's option parsing to not crash with certain arguments
36 Fix check_snmp using correct timeout
37
312.1.1 2nd December 2014 382.1.1 2nd December 2014
32 FIXES 39 FIXES
33 Fix check_ntp's jitter checking 40 Fix check_ntp's jitter checking
@@ -35,6 +42,7 @@ This file documents the major additions and syntax changes between releases.
35 Fix check_apt's handling of invalid regular expressions 42 Fix check_apt's handling of invalid regular expressions
36 Fix check_real's server response processing 43 Fix check_real's server response processing
37 Fix backslash escaping in check_tcp's --help output 44 Fix backslash escaping in check_tcp's --help output
45 Fix check_procs's unclosed filehandle in pst3 on Solaris
38 46
392.1 15th October 2014 472.1 15th October 2014
40 ENHANCEMENTS 48 ENHANCEMENTS