# HG changeset patch # User heiko # Date 1419947189 -3600 # Node ID eac6751d5bffa5ac04807ac437ec5bcdfb376d9f # Parent 2e27cfdf85ea5aa453f29756a66e022cfeed2552 fix: skip subdomains of 168.192.in-addr.arpa diff -r 2e27cfdf85ea -r eac6751d5bff plugins/check_dns-serial --- a/plugins/check_dns-serial Tue Dec 30 14:40:45 2014 +0100 +++ b/plugins/check_dns-serial Tue Dec 30 14:46:29 2014 +0100 @@ -65,7 +65,7 @@ } return grep { # FIXME: 172.0 .. 172.31 is missing - not /^\b(?:0|127|10|168\.192|255)\.in-addr\.arpa$/ and + not /\b(?:0|127|10|168\.192|255)\.in-addr\.arpa$/ and not /^localhost$/; } map { /zone\s"(\S+)"\s/ } grep { /type (?:master|slave)/ } @conf; }