diff options
author | Jan Wagner <waja@cyconet.org> | 2021-04-10 14:04:52 +0200 |
---|---|---|
committer | Jan Wagner <waja@cyconet.org> | 2021-04-10 14:04:52 +0200 |
commit | b8673d3967a7cfbaccded686ebfbe734350ded63 (patch) | |
tree | e0bd1bfa591aa85a7cdd4247d6f3afeba257d900 | |
parent | f29a0ca5ce96c72365f0e9122f4c5a0e9c416d0f (diff) | |
download | monitoring-plugins-b8673d3967a7cfbaccded686ebfbe734350ded63.tar.gz |
Draft NEWS
-rw-r--r-- | NEWS | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -1,5 +1,25 @@ | |||
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.3.1 10 April 2021 | ||
4 | ENHANCEMENTS | ||
5 | check_curl: Add an option to verify the peer certificate & host using the system CA's | ||
6 | |||
7 | FIXES | ||
8 | check_icmp: fix simple typo, conspicuosly -> conspicuously | ||
9 | check_curl: fixed help, usage and errors for TLS 1.3 | ||
10 | check_curl: fixed a potential buffer overflow in url buffer | ||
11 | check_dns: split multiple IP addresses passed in one -a argument | ||
12 | check_curl: added string_statuscode function for printing HTTP/1.1 and HTTP/2 correctly | ||
13 | check_curl: fix crash if http header contains leading spaces | ||
14 | check_curl: display a specific human-readable error message where possible | ||
15 | check_pgsql: Using snprintf which honors the buffers size and guarantees null termination. | ||
16 | check_snmp: put the "c" (to mark a counter) after the perfdata value | ||
17 | check_http: Increase regexp limit | ||
18 | check_http: make -C obvious | ||
19 | check_curl: Increase regexp limit (to 1024 as in check_http) | ||
20 | check_curl: make -C obvious (from check_http) | ||
21 | check_curl: backported --show-body/-B to print body (from check_http) | ||
22 | |||
3 | 2.3 10th December 2020 | 23 | 2.3 10th December 2020 |
4 | ENHANCEMENTS | 24 | ENHANCEMENTS |
5 | check_dns: allow 'expected address' (-a) to be specified in CIDR notation | 25 | check_dns: allow 'expected address' (-a) to be specified in CIDR notation |