diff options
author | Lorenz <12514511+RincewindsHat@users.noreply.github.com> | 2022-01-03 12:48:39 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-03 12:48:39 (GMT) |
commit | 2714df42fd27ec377228a102acff3744d6bff86d (patch) | |
tree | 3098fa3d9be4826e5da9d1df39ecf6b42bf3570b /NEWS | |
parent | 11af74de386ba7c02d5d0e53f2500b5029a4537d (diff) | |
parent | 78a999edd4dd3305ef8fa3e06c43f6a893fb6fea (diff) | |
download | monitoring-plugins-2714df42fd27ec377228a102acff3744d6bff86d.tar.gz |
Merge branch 'master' into master
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 42 |
1 files changed, 41 insertions, 1 deletions
@@ -1,17 +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). |
7 | check_dns: allow for IPv6 RDNS | 12 | check_dns: allow for IPv6 RDNS |
13 | check_dns: Accept CIDR | ||
8 | check_dns: allow unsorted addresses | 14 | check_dns: allow unsorted addresses |
9 | check_dns: allow forcing complete match of all addresses | 15 | check_dns: allow forcing complete match of all addresses |
16 | check_dns: option to expect NXDOMAIN | ||
10 | check_apt: add --only-critical switch | 17 | check_apt: add --only-critical switch |
11 | check_apt: add -l/--list option to print packages | 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 | ||
12 | 39 | ||
13 | FIXES | 40 | FIXES |
14 | 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 | ||
15 | 55 | ||
16 | 2.2 29th November 2016 | 56 | 2.2 29th November 2016 |
17 | ENHANCEMENTS | 57 | ENHANCEMENTS |