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; }