diff options
author | Jan Wagner <waja@cyconet.org> | 2020-12-09 14:33:18 (GMT) |
---|---|---|
committer | Jan Wagner <waja@cyconet.org> | 2020-12-09 21:38:01 (GMT) |
commit | d9c87f84b4075c0efeb46c2f984b2170a00b8c89 (patch) | |
tree | 8f0ce8e8e75916e99f07a767e5b8d515c535a4f0 /NEWS | |
parent | 5789a76bbce7dbe3793058b13419b701822d4b8b (diff) | |
download | monitoring-plugins-76fc882.tar.gz |
Draft NEWSv2.3refs/pull/1651/head
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 36 |
1 files changed, 35 insertions, 1 deletions
@@ -1,17 +1,51 @@ | |||
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 [...] | 3 | 2.3 10th December 2020 |
4 | ENHANCEMENTS | 4 | ENHANCEMENTS |
5 | check_dns: allow 'expected address' (-a) to be specified in CIDR notation | 5 | check_dns: allow 'expected address' (-a) to be specified in CIDR notation |
6 | (IPv4 only). | 6 | (IPv4 only). |
7 | check_dns: allow for IPv6 RDNS | 7 | check_dns: allow for IPv6 RDNS |
8 | check_dns: Accept CIDR | ||
8 | check_dns: allow unsorted addresses | 9 | check_dns: allow unsorted addresses |
9 | check_dns: allow forcing complete match of all addresses | 10 | check_dns: allow forcing complete match of all addresses |
10 | check_apt: add --only-critical switch | 11 | check_apt: add --only-critical switch |
11 | check_apt: add -l/--list option to print packages | 12 | check_apt: add -l/--list option to print packages |
13 | check_file_age: add range checking | ||
14 | check_file_age: enable to test for maximum file size | ||
15 | check_apt: adding packages-warning option | ||
16 | check_load: Adding top consuming processes option | ||
17 | check_http: Adding Proxy-Authorization and extra headers | ||
18 | check_snmp: make calcualtion of timeout value in help output more clear | ||
19 | check_uptime: new plugin for checking uptime to see how long the system is running | ||
20 | check_curl: check_http replacement based on libcurl | ||
21 | check_http: Allow user to specify HTTP method after proxy CONNECT | ||
22 | check_http: Add new flag --show-body/-B to print body | ||
23 | check_cluster: Added data argument validation | ||
24 | check_icmp: Add IPv6 support | ||
25 | check_icmp: Automatically detect IP protocol | ||
26 | check_icmp: emit error if multiple protocol version | ||
27 | check_disk: add support to display inodes usage in perfdata | ||
28 | check_hpjd: Added -D option to disable warning on 'out of paper' | ||
29 | check_http: support the --show-body/-B flag when --expect is used | ||
30 | check_mysql: allow mariadbclient to be used | ||
31 | check_tcp: add --sni | ||
32 | check_dns: detect unreachable dns service in nslookup output | ||
12 | 33 | ||
13 | FIXES | 34 | FIXES |
14 | Fix regression where check_dhcp was rereading response in a tight loop | 35 | Fix regression where check_dhcp was rereading response in a tight loop |
36 | check_dns: fix error detection on sles nslookup | ||
37 | check_disk_smb: fix timeout issue | ||
38 | check_swap: repaired "-n" behaviour | ||
39 | check_icmp: Correctly set address_family on lookup | ||
40 | check_icmp: Do not overwrite -4,-6 on lookup | ||
41 | check_smtp: initializes n before it is used | ||
42 | check_dns: fix typo in parameter description | ||
43 | check_by_ssh: fix child process leak on timeouts | ||
44 | check_mysql: Allow sockets to be specified to -H | ||
45 | check_procs: improve command examples for 'at least' processes | ||
46 | check_swap: repaired "-n" behaviour | ||
47 | check_disk: include -P switch in help | ||
48 | check_mailq: restore accidentially removed options | ||
15 | 49 | ||
16 | 2.2 29th November 2016 | 50 | 2.2 29th November 2016 |
17 | ENHANCEMENTS | 51 | ENHANCEMENTS |