diff options
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 35 |
1 files changed, 17 insertions, 18 deletions
@@ -2,37 +2,36 @@ This file documents the major additions and syntax changes between releases. | |||
2 | 2 | ||
3 | 2.2 [...] | 3 | 2.2 [...] |
4 | ENHANCEMENTS | 4 | ENHANCEMENTS |
5 | check_snmp's performance data now also includes warning/critical | ||
6 | thresholds | ||
7 | New check_snmp "-N" option to specify SNMPv3 context name | ||
8 | New check_nt "-l" parameters: seconds|minutes|hours|days | ||
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" | 5 | 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 | 6 | to force TLSv1.1 and TLSv1.2 connections, respectively |
13 | The check_http -S/--ssl option now allows for specifying the desired | 7 | The check_http -S/--ssl option now allows for specifying the desired |
14 | protocol with a "+" suffix to also accept newer versions | 8 | 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 | ||
19 | Let check_fping auto-detect IPv6 addresses | ||
20 | Let check_http check HTTPS web sites via proxies | 9 | Let check_http check HTTPS web sites via proxies |
10 | check_http: add timeout to performance data as max value | ||
11 | check_http: report certificate expiry date in UTC (pirtoo / ylfingr) | ||
12 | check_snmp: add IPv6 support (abrist) | ||
13 | check_snmp's performance data now also includes warning/critical | ||
14 | thresholds | ||
15 | New check_snmp "-N" option to specify SNMPv3 context name | ||
21 | Let check_smtp's "-D" option imply "-S" | 16 | Let check_smtp's "-D" option imply "-S" |
22 | Let check_smtp's "-e" option match against the full SMTP response | 17 | Let check_smtp's "-e" option match against the full SMTP response |
23 | check_http: Add timeout to performance data as max value | 18 | check_dig: expected response is now case-insensitive |
24 | check_dig: Expected response is now case-insensitive | 19 | New check_mailq -s option which tells the plugin to use sudo(8) |
25 | Let check_http support the concept of "virtual ports" | 20 | New check_nt "-l" parameters: seconds|minutes|hours|days |
21 | New -W/-C option for check_ldap to check number of entries (Gerhard Lausser) | ||
22 | check_radius now supports the radcli library | ||
23 | check_users: add support for range thresholds (John C. Frickson) | ||
24 | Let check_fping now auto-detects IPv6 addresses | ||
26 | Support OpenSSL 1.1 | 25 | Support OpenSSL 1.1 |
27 | 26 | ||
28 | FIXES | 27 | FIXES |
28 | check_http: fix host header port handling (odenbach) | ||
29 | Let check_real terminate lines with CRLF when talking to the server, as | 29 | Let check_real terminate lines with CRLF when talking to the server, as |
30 | mandated by 2326 | 30 | mandated by RFC 2326 |
31 | Fix check_procs on HP-UX | 31 | Fix check_procs on HP-UX |
32 | check_smtp's -e/--expect option can now be combined with -S/--starttls | 32 | check_smtp's -e/--expect option can now be combined with -S/--starttls |
33 | Fix incorrect performance data thresholds emitted by check_ups | 33 | Fix incorrect performance data thresholds emitted by check_ups |
34 | check_http: fix host header port handling (odenbach) | 34 | Don't let check_procs miss some processes on busy Solaris systems |
35 | Fix check_procs's unclosed filehandle in pst3 on Solaris | ||
36 | 35 | ||
37 | WARNINGS | 36 | WARNINGS |
38 | The format of the performance data emitted by check_mrtgtraf has been | 37 | The format of the performance data emitted by check_mrtgtraf has been |
@@ -40,7 +39,7 @@ This file documents the major additions and syntax changes between releases. | |||
40 | check_ssh now returns CRITICAL for protocol/version errors | 39 | check_ssh now returns CRITICAL for protocol/version errors |
41 | If a plugin is invoked with -h/--help or -V/--version, the exit status | 40 | If a plugin is invoked with -h/--help or -V/--version, the exit status |
42 | is now UNKNOWN | 41 | is now UNKNOWN |
43 | The superseded check_ntp.pl was removed, please use check_ntp_peer or | 42 | The superseeded check_ntp.pl was removed, please use check_ntp_peer or |
44 | check_ntp_time instead | 43 | check_ntp_time instead |
45 | 44 | ||
46 | 2.1.2 16th October 2015 | 45 | 2.1.2 16th October 2015 |