diff options
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 24 |
1 files changed, 22 insertions, 2 deletions
@@ -6,18 +6,37 @@ 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) |
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) | ||
11 | 18 | ||
12 | FIXES | 19 | FIXES |
13 | Let check_real terminate lines with CRLF when talking to the server, as | 20 | Let check_real terminate lines with CRLF when talking to the server, as |
14 | mandated by 2326 | 21 | mandated by 2326 |
15 | Fix check_procs on HP-UX | 22 | Fix check_procs on HP-UX |
23 | check_smtp's -e/--expect option can now be combined with -S/--starttls | ||
24 | Fix incorrect performance data thresholds emitted by check_ups | ||
16 | 25 | ||
17 | WARNINGS | 26 | WARNINGS |
18 | The format of the performance data emitted by check_mrtgtraf has been | 27 | The format of the performance data emitted by check_mrtgtraf has been |
19 | changed to comply with the development guidelines | 28 | changed to comply with the development guidelines |
20 | check_ssh not returns CRITICAL for protocal/version errors | 29 | check_ssh now returns CRITICAL for protocol/version errors |
30 | If a plugin is invoked with -h/--help or -V/--version, the exit status | ||
31 | is now UNKNOWN | ||
32 | The superseded check_ntp.pl was removed, please use check_ntp_peer or | ||
33 | check_ntp_time instead | ||
34 | |||
35 | 2.1.2 16th October 2015 | ||
36 | FIXES | ||
37 | Fix incorrect performance data thresholds emitted by check_ups | ||
38 | Fix check_dhcp's option parsing to not crash with certain arguments | ||
39 | Fix check_snmp using correct timeout | ||
21 | 40 | ||
22 | 2.1.1 2nd December 2014 | 41 | 2.1.1 2nd December 2014 |
23 | FIXES | 42 | FIXES |
@@ -26,6 +45,7 @@ This file documents the major additions and syntax changes between releases. | |||
26 | Fix check_apt's handling of invalid regular expressions | 45 | Fix check_apt's handling of invalid regular expressions |
27 | Fix check_real's server response processing | 46 | Fix check_real's server response processing |
28 | Fix backslash escaping in check_tcp's --help output | 47 | Fix backslash escaping in check_tcp's --help output |
48 | Fix check_procs's unclosed filehandle in pst3 on Solaris | ||
29 | 49 | ||
30 | 2.1 15th October 2014 | 50 | 2.1 15th October 2014 |
31 | ENHANCEMENTS | 51 | ENHANCEMENTS |