diff options
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 23 |
1 files changed, 21 insertions, 2 deletions
@@ -6,21 +6,39 @@ 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) |
11 | The check_http -S/--ssl option now accepts the arguments "1.1" and "1.2" | ||
12 | to force TLSv1.1 and TLSv1.2 connections, respectively | ||
13 | The check_http -S/--ssl option now allows for specifying the desired | ||
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 | ||
12 | 19 | ||
13 | FIXES | 20 | FIXES |
14 | 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 |
15 | mandated by 2326 | 22 | mandated by 2326 |
16 | 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) | ||
17 | 27 | ||
18 | WARNINGS | 28 | WARNINGS |
19 | 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 |
20 | changed to comply with the development guidelines | 30 | changed to comply with the development guidelines |
21 | check_ssh not returns CRITICAL for protocal/version errors | 31 | check_ssh now returns CRITICAL for protocol/version errors |
22 | If a plugin is invoked with -h/--help or -V/--version, the exit status | 32 | If a plugin is invoked with -h/--help or -V/--version, the exit status |
23 | is now UNKNOWN | 33 | is now UNKNOWN |
34 | The superseded check_ntp.pl was removed, please use check_ntp_peer or | ||
35 | check_ntp_time instead | ||
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 | ||
24 | 42 | ||
25 | 2.1.1 2nd December 2014 | 43 | 2.1.1 2nd December 2014 |
26 | FIXES | 44 | FIXES |
@@ -29,6 +47,7 @@ This file documents the major additions and syntax changes between releases. | |||
29 | Fix check_apt's handling of invalid regular expressions | 47 | Fix check_apt's handling of invalid regular expressions |
30 | Fix check_real's server response processing | 48 | Fix check_real's server response processing |
31 | 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 | ||
32 | 51 | ||
33 | 2.1 15th October 2014 | 52 | 2.1 15th October 2014 |
34 | ENHANCEMENTS | 53 | ENHANCEMENTS |