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

madduck at users.alioth.debian.org madduck at users.alioth.debian.org
Thu Nov 2 22:01:38 CET 2006


Author: madduck
Date: 2006-11-02 22:01:38 +0100 (Thu, 02 Nov 2006)
New Revision: 1290

Modified:
   logcheck/trunk/debian/changelog
   logcheck/trunk/rulefiles/linux/ignore.d.server/ppp
Log:
* ignore.d.server/ppp: ignore messages about modem hangups due to remote
  connection drops. You're not going to see these anyway if pppd does your
  connection, and there will be plenty other messages alerting you to the
  lack of connectivity.

Modified: logcheck/trunk/debian/changelog
===================================================================
--- logcheck/trunk/debian/changelog	2006-10-30 07:48:11 UTC (rev 1289)
+++ logcheck/trunk/debian/changelog	2006-11-02 21:01:38 UTC (rev 1290)
@@ -6,8 +6,12 @@
     component name (local repos).
   * ignore.d.server/postfix, violations.ignore.d/logcheck-postfix: ignore
     redundant messages about missing maildirs (closes: #354821).
+  * ignore.d.server/ppp: ignore messages about modem hangups due to remote
+    connection drops. You're not going to see these anyway if pppd does your
+    connection, and there will be plenty other messages alerting you to the
+    lack of connectivity.
 
- -- martin f. krafft <madduck at debian.org>  Mon, 30 Oct 2006 08:47:26 +0100
+ -- martin f. krafft <madduck at debian.org>  Thu,  2 Nov 2006 22:00:26 +0100
 
 logcheck (1.2.49) unstable; urgency=low
 

Modified: logcheck/trunk/rulefiles/linux/ignore.d.server/ppp
===================================================================
--- logcheck/trunk/rulefiles/linux/ignore.d.server/ppp	2006-10-30 07:48:11 UTC (rev 1289)
+++ logcheck/trunk/rulefiles/linux/ignore.d.server/ppp	2006-11-02 21:01:38 UTC (rev 1290)
@@ -5,8 +5,10 @@
 ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ kernel: registered device ppp[0-9]+$
 ^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ pppd\[[[:digit:]]{1,5}\]: Couldn't increase M[RT]U to [[:digit:]]+$
 ^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ pppd\[[[:digit:]]{1,5}\]: Hangup \(SIGHUP\)$
+^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ pppd\[[[:digit:]]{1,5}\]: Modem hangup$
 ^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ pppd\[[[:digit:]]{1,5}\]: Connect time [.[:digit:]]+ minutes\.$
 ^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ pppd\[[[:digit:]]{1,5}\]: Sent [[:digit:]]+ bytes, received [[:digit:]]+ bytes\.$
 ^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ pppd\[[[:digit:]]{1,5}\]: PPP session is [[:digit:]]+$
 ^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ pppd\[[[:digit:]]{1,5}\]: Using interface ppp[[:digit:]]$
 ^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ pppd\[[[:digit:]]{1,5}\]: Cannot determine ethernet address for proxy ARP$
+^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ pppd\[[[:digit:]]{1,5}\]: write: Bad file descriptor \([[:digit:]]+\)$




More information about the Logcheck-commits mailing list