[Logcheck-commits] r1644 - in logcheck/trunk: debian rulefiles/linux/ignore.d.server

madduck at users.alioth.debian.org madduck at users.alioth.debian.org
Wed Aug 15 09:50:44 UTC 2007


Author: madduck
Date: 2007-08-15 09:50:43 +0000 (Wed, 15 Aug 2007)
New Revision: 1644

Modified:
   logcheck/trunk/debian/changelog
   logcheck/trunk/rulefiles/linux/ignore.d.server/squid
Log:
* ignore.d.server/squid:
  - ignore DNS failure messages.


Modified: logcheck/trunk/debian/changelog
===================================================================
--- logcheck/trunk/debian/changelog	2007-08-15 09:50:29 UTC (rev 1643)
+++ logcheck/trunk/debian/changelog	2007-08-15 09:50:43 UTC (rev 1644)
@@ -28,8 +28,11 @@
     - ignore message ids with sfid trailer (crm114 adds this).
     - also ignore passing of BAD-HEADER diagnosed messages.
 
- -- martin f. krafft <madduck at debian.org>  Wed, 15 Aug 2007 11:05:08 +0200
+  * ignore.d.server/squid:
+    - ignore DNS failure messages.
 
+ -- martin f. krafft <madduck at debian.org>  Wed, 15 Aug 2007 11:06:14 +0200
+
 logcheck (1.2.59) experimental; urgency=low
 
   * add logtail2

Modified: logcheck/trunk/rulefiles/linux/ignore.d.server/squid
===================================================================
--- logcheck/trunk/rulefiles/linux/ignore.d.server/squid	2007-08-15 09:50:29 UTC (rev 1643)
+++ logcheck/trunk/rulefiles/linux/ignore.d.server/squid	2007-08-15 09:50:43 UTC (rev 1644)
@@ -56,6 +56,7 @@
 ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ squid\[[0-9]+\]: aioSync: flushing pending I/O operations$
 ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ squid\[[0-9]+\]: aioSync: done$
 ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ squid\[[0-9]+\]: urlParse: URL too large \([[:digit:]]+ bytes\)$
+^\w{3} [ :0-9]{11} [._[:alnum:]-]+ squid\[[0-9]+\]: ipcacheParse: No Address records in response to '[-._[:alnum:]]+'$
 # next rule without $ at the end because of #350206 and locale mismatches with non-latin1 or non-ascii characters.
 ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ squid\[[0-9]+\]: parseHttpRequest: Unsupported method 
 ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ squid\[[0-9]+\]: parseHttpRequest: Requestheader contains NULL characters$




More information about the Logcheck-commits mailing list