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