SF.net SVN: logwatch:[219] scripts/services/named

[email protected] Tue, 9 Sep 2014 09:32:35 +0000
Newsgroups gmane.comp.log.logwatch.devel
Message-ID <[email protected]>
Revision: 219
          http://sourceforge.net/p/logwatch/code/219
Author:   stefjakobs
Date:     2014-09-09 09:32:34 +0000 (Tue, 09 Sep 2014)
Log Message:
-----------
named: ignore dnssec noise (Thanks: Kenny Root)

Modified Paths:
--------------
    scripts/services/named

Modified: scripts/services/named
===================================================================
--- scripts/services/named	2014-09-09 09:26:29 UTC (rev 218)
+++ scripts/services/named	2014-09-09 09:32:34 UTC (rev 219)
@@ -1,116 +1,6 @@
 ##########################################################################
 # $Id$
 ##########################################################################
-# $Log: named,v $
-# Revision 1.62 2011/01/06 22:53:00  stefan
-# add: deferred zone transfers 
-# fix: TTL differs in rdataset
-#
-# Revision 1.61 2010/09/18 17:35:00  stefan
-# add: bad zone transfer request
-#
-# Revision 1.60 2010/05/10 00:25:00  stefan
-# fix: clients-per-query, 
-# add: more lines to ignore, refused notify, client query denied, retry 
-#   limit exceeded, too many open file, no SOA, checkhints
-#
-# Revision 1.59.1 2010/05/04 22:25:00  stefan
-# More refresh: and RCODE handling
-#
-# Revision 1.58  2009/06/02 14:55:45  mike
-# Fedora patch from Ivan Varekova -mgt
-#
-# Revision 1.57  2008/03/24 23:31:26  kirk
-# added copyright/license notice to each script
-#
-# Revision 1.56  2007/09/02 01:22:30  mrc
-#  - Zone notify update from Orion Poplawski
-#
-# Revision 1.55  2007/08/22 19:13:00  bjorn
-# Additional filtering, including configuration and control channel errors,
-# by Ivana Varekova.
-#
-# Revision 1.54  2007/08/02 05:13:49  mrc
-# - Catch unmatched update forwarding denied, automatic empty zone, and
-#   unexpected rcode [Thanks: Orion Poplawski]
-# - Catch unmatched shutdown failure messages
-#
-# Revision 1.53  2007/07/08 18:44:51  mrc
-# Catch unmatched zone update refusals, including viewname in output [Thanks: \xC5ge Strand]
-#
-# Revision 1.52  2007/04/28 20:58:39  bjorn
-# More generic RCODE handling - prints summary of unexpected DNS RCODEs.
-#
-# Revision 1.51  2007/04/15 20:03:25  bjorn
-# Filtering updating zones with views, based on submittal by
-# Jesper K. Pedersen.
-#
-# Revision 1.50  2007/02/16 03:36:25  bjorn
-# Filtering some D-BUS statements, by Ivana Varekova.
-#
-# Revision 1.49  2007/01/29 18:28:38  bjorn
-# Better formatting of output, by Markus Lude.
-#
-# Revision 1.48  2006/11/12 21:14:02  bjorn
-# Filtering 'transfer started' message, by Russell Coker / Tom London.
-#
-# Revision 1.47  2006/10/20 21:02:00  bjorn
-# Typo fixed by Alex S.
-#
-# Revision 1.46  2006/10/20 16:44:38  bjorn
-# Changed regexp to handle IPV6, by Willi Mann.
-#
-# Revision 1.45  2006/09/15 15:40:58  bjorn
-# Additional filtering by Ivana Varekova.
-#
-# Revision 1.44  2006/03/20 20:42:57  bjorn
-# Additional filtering, by Ivana Varekova.
-#
-# Revision 1.43  2005/11/30 05:01:44  bjorn
-# Don't search for info: string (for Debian), by Willi Mann.
-#
-# Revision 1.42  2005/11/24 16:48:30  bjorn
-# Handles additional statements, by Ivana Varekova.
-#
-# Revision 1.41  2005/09/29 15:02:52  bjorn
-# Filtering 'succeeded' by Ivana Varekova.
-#
-# Revision 1.40  2005/04/15 21:44:35  bjorn
-# testing from anonymous
-#
-# Revision 1.39  2005/04/15 21:36:59  bjorn
-# typo fixed in 'named' release during 2004
-#
-# Revision 1.38  2005/04/13 17:24:13  kirk
-# Test change
-#
-# Revision 1.37  2005/02/24 17:08:04  kirk
-# Applying consolidated patches from Mike Tremaine
-#
-# Revision 1.9  2005/02/21 19:09:52  mgt
-# Bump to 5.2.8 removed some cvs logs -mgt
-#
-# Revision 1.8  2005/02/16 00:43:28  mgt
-# Added #vi tag to everything, updated ignore.conf with comments, added emerge and netopia to the tree from Laurent -mgt
-#
-# Revision 1.7  2005/02/13 17:15:40  mgt
-# perl -w corrections for uninit stuff -mgt
-#
-# Revision 1.6  2004/10/11 18:14:47  mgt
-# update from Laurent -mgt
-#
-# Revision 1.41  2004/09/29 10:33:29  laurent Dufour <[email protected]>
-# Removed some ^ in regex to prevent message not being in start on line to be matched
-# Added some check for error in named zone config file
-# Added some check for message not being matched
-#
-# Revision 1.4  2004/07/29 19:33:29  mgt
-# Chmod and removed perl call -mgt
-#
-# Revision 1.3  2004/07/10 01:54:35  mgt
-# sync with kirk -mgt
-#
-#########################################################################
 
 #####################################################
 ## Copyright (c) 2008 Kirk Bauer
@@ -254,6 +144,11 @@
       ($ThisLine =~ /corporation.  Support and training for BIND \d+ are/) or
       ($ThisLine =~ /available at https:\/\/www.isc.org\/support/) or
       ($ThisLine =~ /----------------------------------------------------/) or
+      ($ThisLine =~ /next key event: /) or
+      ($ThisLine =~ /reconfiguring zone keys/) or
+      ($ThisLine =~ /using built-in DLV key/) or
+      ($ThisLine =~ /reading built-in trusted keys from file/) or
+      ($ThisLine =~ /all zones loaded/) or
       # ignore this line because the following line describes the error
       ($ThisLine =~ /unexpected error/)
    ) {

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.


------------------------------------------------------------------------------
Want excitement?
Manually upgrade your production database.
When you want reliability, choose Perforce.
Perforce version control. Predictably reliable.
http://pubads.g.doubleclick.net/gampad/clk?id=157508191&iu=/4140/ostg.clktrk