summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS44
1 files changed, 43 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 2db2a2c..3790e8a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,15 +1,57 @@
1This file documents the major additions and syntax changes between releases. 1This file documents the major additions and syntax changes between releases.
2 2
32.3 [...] 32.4 [...]
4 ENHANCEMENTS
5
6 FIXES
7
82.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
14 check_dns: allow unsorted addresses
15 check_dns: allow forcing complete match of all addresses
16 check_dns: option to expect NXDOMAIN
8 check_apt: add --only-critical switch 17 check_apt: add --only-critical switch
9 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
10 39
11 FIXES 40 FIXES
12 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
13 55
142.2 29th November 2016 562.2 29th November 2016
15 ENHANCEMENTS 57 ENHANCEMENTS