diff options
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 15 |
1 files changed, 14 insertions, 1 deletions
@@ -6,18 +6,24 @@ 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" |
13 | to force TLSv1.1 and TLSv1.2 connections, respectively | 12 | to force TLSv1.1 and TLSv1.2 connections, respectively |
14 | The check_http -S/--ssl option now allows for specifying the desired | 13 | The check_http -S/--ssl option now allows for specifying the desired |
15 | protocol with a "+" suffix to also accept newer versions | 14 | protocol with a "+" suffix to also accept newer versions |
15 | check_users: add support for range thresholds (John C. Frickson) | ||
16 | check_snmp: add ipv6 support (abrist) | ||
17 | check_http: report certificate expire date in UTC (pirtoo / ylfingr) | ||
18 | check_radius now supports the radcli library | ||
16 | 19 | ||
17 | FIXES | 20 | FIXES |
18 | Let check_real terminate lines with CRLF when talking to the server, as | 21 | Let check_real terminate lines with CRLF when talking to the server, as |
19 | mandated by 2326 | 22 | mandated by 2326 |
20 | Fix check_procs on HP-UX | 23 | Fix check_procs on HP-UX |
24 | check_smtp's -e/--expect option can now be combined with -S/--starttls | ||
25 | Fix incorrect performance data thresholds emitted by check_ups | ||
26 | check_http: fix host header port handling (odenbach) | ||
21 | 27 | ||
22 | WARNINGS | 28 | WARNINGS |
23 | The format of the performance data emitted by check_mrtgtraf has been | 29 | The format of the performance data emitted by check_mrtgtraf has been |
@@ -28,6 +34,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 | 34 | The superseded check_ntp.pl was removed, please use check_ntp_peer or |
29 | check_ntp_time instead | 35 | check_ntp_time instead |
30 | 36 | ||
37 | 2.1.2 16th October 2015 | ||
38 | FIXES | ||
39 | Fix incorrect performance data thresholds emitted by check_ups | ||
40 | Fix check_dhcp's option parsing to not crash with certain arguments | ||
41 | Fix check_snmp using correct timeout | ||
42 | |||
31 | 2.1.1 2nd December 2014 | 43 | 2.1.1 2nd December 2014 |
32 | FIXES | 44 | FIXES |
33 | Fix check_ntp's jitter checking | 45 | Fix check_ntp's jitter checking |
@@ -35,6 +47,7 @@ This file documents the major additions and syntax changes between releases. | |||
35 | Fix check_apt's handling of invalid regular expressions | 47 | Fix check_apt's handling of invalid regular expressions |
36 | Fix check_real's server response processing | 48 | Fix check_real's server response processing |
37 | Fix backslash escaping in check_tcp's --help output | 49 | Fix backslash escaping in check_tcp's --help output |
50 | Fix check_procs's unclosed filehandle in pst3 on Solaris | ||
38 | 51 | ||
39 | 2.1 15th October 2014 | 52 | 2.1 15th October 2014 |
40 | ENHANCEMENTS | 53 | ENHANCEMENTS |