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