[Logcheck-commits] r1225 - in logcheck/trunk: debian
rulefiles/linux/ignore.d.server
madduck at users.alioth.debian.org
madduck at users.alioth.debian.org
Fri Oct 6 15:03:56 UTC 2006
Author: madduck
Date: 2006-10-06 15:03:54 +0000 (Fri, 06 Oct 2006)
New Revision: 1225
Modified:
logcheck/trunk/debian/changelog
logcheck/trunk/rulefiles/linux/ignore.d.server/pdns
logcheck/trunk/rulefiles/linux/ignore.d.server/spamd
Log:
* ignore.d.server/spamd: correcting typo in SIGCHLD cleanup rule.
* ignore.d.server/pdns: ignore messages about not being authoritative for
just about anything.
Modified: logcheck/trunk/debian/changelog
===================================================================
--- logcheck/trunk/debian/changelog 2006-10-06 15:01:48 UTC (rev 1224)
+++ logcheck/trunk/debian/changelog 2006-10-06 15:03:54 UTC (rev 1225)
@@ -58,9 +58,12 @@
[ martin f. krafft ]
* ignore.d.server/dovecot: ignoring inactivity logouts.
* ignore.d.server/pdns: ignoring message about new superslave zones.
+ * ignore.d.server/spamd: correcting typo in SIGCHLD cleanup rule.
* ignore.d.server/ssh: ignoring ssh_msg_recv failure messages.
+ * ignore.d.server/pdns: ignore messages about not being authoritative for
+ just about anything.
- -- martin f. krafft <madduck at debian.org> Fri, 6 Oct 2006 17:01:23 +0200
+ -- martin f. krafft <madduck at debian.org> Fri, 6 Oct 2006 17:03:03 +0200
logcheck (1.2.47) unstable; urgency=low
Modified: logcheck/trunk/rulefiles/linux/ignore.d.server/pdns
===================================================================
--- logcheck/trunk/rulefiles/linux/ignore.d.server/pdns 2006-10-06 15:01:48 UTC (rev 1224)
+++ logcheck/trunk/rulefiles/linux/ignore.d.server/pdns 2006-10-06 15:03:54 UTC (rev 1225)
@@ -6,7 +6,7 @@
^\w{3} [ :0-9]{11} [._[:alnum:]-]+ pdns\[[0-9]+\]: Received packet from recursor backend with id [0-9] which is a duplicate$
^\w{3} [ :0-9]{11} [._[:alnum:]-]+ pdns_recursor\[[0-9]+\]: Refreshed [0-9]+ records$
^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ pdns\[[[:digit:]]+\]: [[:digit:]]+ domains? for which we are master needs? notifications$
-^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ pdns\[[[:digit:]]+\]: Not authoritative for '[-_.[:alnum:]]*', sending servfail to [.[:digit:]]{7,15}( \(recursion was desired\))?$
+^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ pdns\[[[:digit:]]+\]: Not authoritative for '[^']*', sending servfail to [.[:digit:]]{7,15}( \(recursion was desired\))?$
^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ pdns\[[[:digit:]]+\]: (No|[[:digit:]]+) master domains? needs? notifications$
^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ pdns\[[[:digit:]]+\]: [[:digit:]]+ slave domains? needs? checking$
^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ pdns\[[[:digit:]]+\]: Domain [-_.[:alnum:]]+ is fresh$
Modified: logcheck/trunk/rulefiles/linux/ignore.d.server/spamd
===================================================================
--- logcheck/trunk/rulefiles/linux/ignore.d.server/spamd 2006-10-06 15:01:48 UTC (rev 1224)
+++ logcheck/trunk/rulefiles/linux/ignore.d.server/spamd 2006-10-06 15:03:54 UTC (rev 1225)
@@ -4,7 +4,7 @@
^\w{3} [ :0-9]{11} [._[:alnum:]-]+ spamd\[[0-9]+\]:( spamd:)? identified spam \([0-9.-]+/[0-9.]+\) for [-._+=[:alnum:]]+@[-.[:alnum:]]+:[[:digit:]]+ in [0-9.]+ seconds, [0-9]+ bytes\.$
^\w{3} [ :0-9]{11} [._[:alnum:]-]+ spamd\[[0-9]+\]: prefork: child states: [A-Z]$
^\w{3} [ :0-9]{11} [._[:alnum:]-]+ spamd\[[0-9]+\]:( spamd:)? got connection over [/[:alnum:]]+$
-^\w{3} [ :0-9]{11} [._[:alnum:]-]+ spamd\[[0-9]+\]:( spamd:)? handled cleanup of child pid [0-9]+ due to SIGCHHLD$
+^\w{3} [ :0-9]{11} [._[:alnum:]-]+ spamd\[[0-9]+\]:( spamd:)? handled cleanup of child pid [0-9]+ due to SIGCHLD$
^\w{3} [ :0-9]{11} [._[:alnum:]-]+ spamd\[[0-9]+\]:( spamd:)? server successfully spawned child process, pid [0-9]+$
^\w{3} [ :0-9]{11} [._[:alnum:]-]+ spamd\[[0-9]+\]:( spamd:)? using default config for [-._+=[:alnum:]]+(@[-.[:alnum:]]+)?: /[-./_[:alnum:]]+/\.spamassassin/user_prefs$
^\w{3} [ :0-9]{11} [._[:alnum:]-]+ spamd\[[0-9]+\]:( spamd:)? processing message <[^>]+> for [-._+=[:alnum:]]+@[-.[:alnum:]]+:[[:digit:]]+$
More information about the Logcheck-commits
mailing list