[Logcheck-commits] r1291 - 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:03:53 CET 2006


Author: madduck
Date: 2006-11-02 22:03:53 +0100 (Thu, 02 Nov 2006)
New Revision: 1291

Modified:
   logcheck/trunk/debian/changelog
   logcheck/trunk/rulefiles/linux/ignore.d.server/dhcp
Log:
* ignore.d.server/dhcp: ignore message about leased addresses which respond
  to ping requests.

Modified: logcheck/trunk/debian/changelog
===================================================================
--- logcheck/trunk/debian/changelog	2006-11-02 21:01:38 UTC (rev 1290)
+++ logcheck/trunk/debian/changelog	2006-11-02 21:03:53 UTC (rev 1291)
@@ -10,8 +10,10 @@
     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.
+  * ignore.d.server/dhcp: ignore message about leased addresses which respond
+    to ping requests.
 
- -- martin f. krafft <madduck at debian.org>  Thu,  2 Nov 2006 22:00:26 +0100
+ -- martin f. krafft <madduck at debian.org>  Thu,  2 Nov 2006 22:03:17 +0100
 
 logcheck (1.2.49) unstable; urgency=low
 

Modified: logcheck/trunk/rulefiles/linux/ignore.d.server/dhcp
===================================================================
--- logcheck/trunk/rulefiles/linux/ignore.d.server/dhcp	2006-11-02 21:01:38 UTC (rev 1290)
+++ logcheck/trunk/rulefiles/linux/ignore.d.server/dhcp	2006-11-02 21:03:53 UTC (rev 1291)
@@ -20,6 +20,8 @@
 ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ dhcpd: DHCPRELEASE of [.0-9]{7,15} from [:[:alnum:]]+ (\([._[:alnum:]-]+\) |)via [.[:alnum:]]+ \((not |)found\)$
 ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ dhcpd: DHCPACK to [.0-9]{7,15}( \([:[:alnum:]]+\) via [.[:alnum:]]+)?$
 ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ dhcpd: pool [0-9a-f]{7} [.0-9]{7,15}/[:[:alnum:]]+ total [:[:alnum:]]+  free [:[:alnum:]]+  backup [:[:alnum:]]+  lts [:[:alnum:]-]+$
+^\w{3} [ :0-9]{11} [._[:alnum:]-]+ dhcpd: ICMP Echo reply while lease [.[:digit:]]{7,15} valid\.$
+^\w{3} [ :0-9]{11} [._[:alnum:]-]+ dhcpd: Abandoning IP address [.[:digit:]]{7,15} pinged before offer$
 # Dyndns support
 ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ dhcpd: [Aa]dded (new )?(forward|reverse) map from [._[:alnum:]-]+ to [._[:alnum:]-]+$
 ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ dhcpd: Can't update forward map [._[:alnum:]-]+ to [.0-9]{7,15}: no such RRset$




More information about the Logcheck-commits mailing list