summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorSven Nierlein <sven@nierlein.org>2019-02-15 08:00:45 (GMT)
committerGitHub <noreply@github.com>2019-02-15 08:00:45 (GMT)
commit8f1d3de0b7ee8385a450019f63f91a7149899aa0 (patch)
treecd32d9edd778970ff560d4d8301c74d7b0f95b57 /NEWS
parent49a0583bffe03617ad91c17dc7a6465a10c8ccdd (diff)
parentfd9a7d2e00b2acf66ec9aa48d7f51daa817f3457 (diff)
downloadmonitoring-plugins-8f1d3de.tar.gz
Merge pull request #1545 from DerDakon/dns_order
check_dns: improve support for checking multiple addresses
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 2db2a2c..0848705 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,8 @@ This file documents the major additions and syntax changes between releases.
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: allow unsorted addresses
9 check_dns: allow forcing complete match of all addresses
8 check_apt: add --only-critical switch 10 check_apt: add --only-critical switch
9 check_apt: add -l/--list option to print packages 11 check_apt: add -l/--list option to print packages
10 12