Re: PATCH for named

Frank Crawford <[email protected]> Sun, 25 Sep 2016 20:31:03 +1000
Newsgroups gmane.comp.log.logwatch.devel
Message-ID <[email protected]>
Here is a minor update to my previous patch.  This should be applied
after my previous one.

Regards
Frank
On Sun, 2016-09-11 at 21:27 +1000, Frank Crawford wrote:
> Here is a significant patch for named messages as seen in recent
> versions of bind shipped with Fedora 24 and earlier versions.  Aside
> from matching recent messages, it includes reports on GeoIP and
> better
> matching of DNSSEC errors.
> 
> Regards
> Frank
> -------------------------------------------------------------------
> -----------
> _______________________________________________
> Logwatch-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/logwatch-devel

------------------------------------------------------------------------------

_______________________________________________
Logwatch-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/logwatch-devel
named_update.patch (text/x-patch, 709 B)
--- named	2016-09-11 20:17:33.000000000 +1000
+++ /etc/logwatch/scripts/services/named	2016-09-25 19:20:49.260767024 +1000
@@ -153,7 +153,7 @@
       ($ThisLine =~ /GEO-.* Build/) or
       ($ThisLine =~ /initializing GeoIP /) or
       # the following seems okay since it says "success"
-      ($ThisLine =~ /managed-keys-zone .*: No DNSKEY RRSIGs found for '.*': success/) or
+      ($ThisLine =~ /managed-keys-zone.*: No DNSKEY RRSIGs found for '.*': success/) or
       ($ThisLine =~ /managed-keys-zone.*: Unable to fetch DNSKEY set '.*': timed out/) or
       ($ThisLine =~ /^sizing zone task pool based on \d+ zones/) or
       ($ThisLine =~ /^BIND \d+ is maintained by Internet Systems Consortium/) or