diff options
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 28 |
1 files changed, 27 insertions, 1 deletions
@@ -1,9 +1,35 @@ | |||
1 | This file documents the major additions and syntax changes between releases. | 1 | This file documents the major additions and syntax changes between releases. |
2 | 2 | ||
3 | 2.1.2 ... | 3 | 2.2 [...] |
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 | 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) | ||
11 | 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" | ||
13 | to force TLSv1.1 and TLSv1.2 connections, respectively | ||
14 | The check_http -S/--ssl option now allows for specifying the desired | ||
15 | protocol with a "+" suffix to also accept newer versions | ||
16 | |||
4 | FIXES | 17 | FIXES |
18 | Let check_real terminate lines with CRLF when talking to the server, as | ||
19 | mandated by 2326 | ||
20 | Fix check_procs on HP-UX | ||
21 | check_smtp's -e/--expect option can now be combined with -S/--starttls | ||
5 | Fix incorrect performance data thresholds emitted by check_ups | 22 | Fix incorrect performance data thresholds emitted by check_ups |
6 | 23 | ||
24 | WARNINGS | ||
25 | The format of the performance data emitted by check_mrtgtraf has been | ||
26 | changed to comply with the development guidelines | ||
27 | check_ssh now returns CRITICAL for protocol/version errors | ||
28 | If a plugin is invoked with -h/--help or -V/--version, the exit status | ||
29 | is now UNKNOWN | ||
30 | The superseded check_ntp.pl was removed, please use check_ntp_peer or | ||
31 | check_ntp_time instead | ||
32 | |||
7 | 2.1.1 2nd December 2014 | 33 | 2.1.1 2nd December 2014 |
8 | FIXES | 34 | FIXES |
9 | Fix check_ntp's jitter checking | 35 | Fix check_ntp's jitter checking |