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

madduck at users.alioth.debian.org madduck at users.alioth.debian.org
Wed Jul 12 05:59:39 UTC 2006


Author: madduck
Date: 2006-07-12 05:59:38 +0000 (Wed, 12 Jul 2006)
New Revision: 1168

Modified:
   logcheck/trunk/debian/changelog
   logcheck/trunk/rulefiles/linux/ignore.d.server/cron-apt
Log:
* ignore.d.server/cron-apt: fix filter to hide download lines.

Modified: logcheck/trunk/debian/changelog
===================================================================
--- logcheck/trunk/debian/changelog	2006-07-11 18:43:38 UTC (rev 1167)
+++ logcheck/trunk/debian/changelog	2006-07-12 05:59:38 UTC (rev 1168)
@@ -25,8 +25,9 @@
   * ignore.d.workstation/kernel: ignore messages about unknown keys pressed.
     This information is interesting, but by the time logcheck delivers the
     mail, no user will remember which key s/he pressed.
+  * ignore.d.server/cron-apt: fix filter to hide download lines.
 
- -- martin f. krafft <madduck at debian.org>  Tue, 11 Jul 2006 20:39:58 +0200
+ -- martin f. krafft <madduck at debian.org>  Wed, 12 Jul 2006 07:59:09 +0200
 
 logcheck (1.2.46) unstable; urgency=low
 

Modified: logcheck/trunk/rulefiles/linux/ignore.d.server/cron-apt
===================================================================
--- logcheck/trunk/rulefiles/linux/ignore.d.server/cron-apt	2006-07-11 18:43:38 UTC (rev 1167)
+++ logcheck/trunk/rulefiles/linux/ignore.d.server/cron-apt	2006-07-12 05:59:38 UTC (rev 1168)
@@ -13,6 +13,6 @@
 ^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ cron-apt: [[:digit:]]+ upgraded, [[:digit:]]+ newly installed, [[:digit:]]+ to remove and [[:digit:]]+ not upgraded\.$
 ^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ cron-apt: Need to get [[:digit:].]+([kM]?B)(/[.[:digit:]]+([kM]?B))* of archives\.$
 ^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ cron-apt: After unpacking [[:digit:].]+([kM]?B) (of additional disk space will be used|disk space will be freed)\.$
-^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ cron-apt: Get:[[:digit:]]+ http://[.[:alnum:]/_]+ [/[:alnum:]]+ [-[:alnum:]_]+[ +.:[:alnum:]-]+ \[[.[:digit:]]+(kB|MB)\]$
+^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ cron-apt: Get:[[:digit:]]+ ((ht|f)tp|file)://[.[:alnum:]/_-]+ [/[:alnum:]-]+ [-[:alnum:]_]+[ +.:[:alnum:]-]+ \[[.[:digit:]]+(k|M)B\]$
 ^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ cron-apt: Fetched [[:digit:].]+([kM]?B) in [[:digit:]ms]+ \([[:digit:]]+kB/s\)$
 ^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ cron-apt: Download complete and in download only mode$




More information about the Logcheck-commits mailing list