diff options
author | Sven Nierlein <sven@nierlein.org> | 2019-02-15 09:00:45 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-15 09:00:45 +0100 |
commit | 8f1d3de0b7ee8385a450019f63f91a7149899aa0 (patch) | |
tree | cd32d9edd778970ff560d4d8301c74d7b0f95b57 /NEWS | |
parent | 49a0583bffe03617ad91c17dc7a6465a10c8ccdd (diff) | |
parent | fd9a7d2e00b2acf66ec9aa48d7f51daa817f3457 (diff) | |
download | monitoring-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-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 | ||