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

madduck at users.alioth.debian.org madduck at users.alioth.debian.org
Tue Nov 14 00:53:14 CET 2006


Author: madduck
Date: 2006-11-14 00:53:14 +0100 (Tue, 14 Nov 2006)
New Revision: 1333

Modified:
   logcheck/trunk/debian/changelog
   logcheck/trunk/rulefiles/linux/ignore.d.server/squid
Log:
* ignore.d.server/squid: ignore messages resulting from clients firing
  unsupported request methods at the server, which may happen in situations
  where transparent proxying is in use. GNUTELLA is one offendant.

Modified: logcheck/trunk/debian/changelog
===================================================================
--- logcheck/trunk/debian/changelog	2006-11-13 23:48:36 UTC (rev 1332)
+++ logcheck/trunk/debian/changelog	2006-11-13 23:53:14 UTC (rev 1333)
@@ -47,8 +47,11 @@
   * ignore.d.server/xinetd: ignore messages about conf files read and services
     removed, as well as startup banner.
   * ignore.d.server/saned: ignore most messages.
+  * ignore.d.server/squid: ignore messages resulting from clients firing
+    unsupported request methods at the server, which may happen in situations
+    where transparent proxying is in use. GNUTELLA is one offendant.
 
- -- martin f. krafft <madduck at debian.org>  Tue, 14 Nov 2006 00:40:40 +0100
+ -- martin f. krafft <madduck at debian.org>  Tue, 14 Nov 2006 00:49:28 +0100
 
 logcheck (1.2.50) unstable; urgency=low
 

Modified: logcheck/trunk/rulefiles/linux/ignore.d.server/squid
===================================================================
--- logcheck/trunk/rulefiles/linux/ignore.d.server/squid	2006-11-13 23:48:36 UTC (rev 1332)
+++ logcheck/trunk/rulefiles/linux/ignore.d.server/squid	2006-11-13 23:53:14 UTC (rev 1333)
@@ -56,6 +56,8 @@
 ^\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]+\]: parseHttpRequest: Unsupported method '[[:upper:]]+'$
+^\w{3} [ :0-9]{11} [._[:alnum:]-]+ squid\[[0-9]+\]: clientReadRequest: FD [[:digit:]]+ Invalid Request$
 # squidguard
 ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ squid\[[0-9]+\]: CACHEMGR: <unknown>@127.0.0.1 requesting 'storedir'$
 ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ squid\[[0-9]+\]: CACHEMGR: <unknown>@127.0.0.1 requesting 'counters'$




More information about the Logcheck-commits mailing list