[Logcheck-commits] CVS logcheck/rulefiles/linux/ignore.d.server
CVS User jlps-guest
logcheck-devel@lists.alioth.debian.org
Mon, 30 May 2005 16:08:13 +0000
Update of /cvsroot/logcheck/logcheck/rulefiles/linux/ignore.d.server
In directory haydn:/tmp/cvs-serv4718
Modified Files:
squid
Log Message:
Fix bug in squid rule for "found whitespace" messages
--- /cvsroot/logcheck/logcheck/rulefiles/linux/ignore.d.server/squid 2005/04/21 21:20:22 1.7
+++ /cvsroot/logcheck/logcheck/rulefiles/linux/ignore.d.server/squid 2005/05/30 16:08:12 1.8
@@ -50,7 +50,7 @@
^\w{3} [ :0-9]{11} [._[:alnum:]-]+ squid\[[0-9]+\]: +[0-9]+ entries written so far\.$
^\w{3} [ :0-9]{11} [._[:alnum:]-]+ squid\[[0-9]+\]: urlParse: Illegal character in hostname '.*'$
^\w{3} [ :0-9]{11} [._[:alnum:]-]+ squid\[[0-9]+\]: httpReadReply: Excess data from "GET .*"$
-^\w{3} [ :0-9]{11} [._[:alnum:]-]+ squid\[[0-9]+\]: WARNING: found whitespace in HTTP header name {Cache Control: no-cache}$
+^\w{3} [ :0-9]{11} [._[:alnum:]-]+ squid\[[0-9]+\]: WARNING: found whitespace in HTTP header name \{Cache Control: no-cache\}$
^\w{3} [ :0-9]{11} [._[:alnum:]-]+ squid\[[0-9]+\]: ctx: exit level 0$
# squidguard
^\w{3} [ :0-9]{11} [._[:alnum:]-]+ squid\[[0-9]+\]: helperOpenServers: Starting [0-9]+ 'squidGuard' processes$