[Logcheck-commits] r1398 - in logcheck/trunk: debian
rulefiles/linux/ignore.d.server
madduck at users.alioth.debian.org
madduck at users.alioth.debian.org
Thu Dec 28 11:50:57 CET 2006
Author: madduck
Date: 2006-12-28 11:50:57 +0100 (Thu, 28 Dec 2006)
New Revision: 1398
Modified:
logcheck/trunk/debian/changelog
logcheck/trunk/rulefiles/linux/ignore.d.server/dhcp
Log:
* ignore.d.server/dhcp: hide message about duplicate lease.
Modified: logcheck/trunk/debian/changelog
===================================================================
--- logcheck/trunk/debian/changelog 2006-12-28 10:48:22 UTC (rev 1397)
+++ logcheck/trunk/debian/changelog 2006-12-28 10:50:57 UTC (rev 1398)
@@ -18,6 +18,7 @@
* ignore.d.server/cron-apt: ignore + in package names.
* ignore.d.server/dhcp: fixed to filter requests for unknown leases.
+ * ignore.d.server/dhcp: hide message about duplicate lease.
* ignore.d.server/ssh: ignoring message about corrupted input MAC.
* ignore.d.server/ssh: ignoring message about bad packet length.
@@ -31,7 +32,7 @@
(closes: #402204).
* Do not source debconf confmodule in preinst as it's not needed.
- -- martin f. krafft <madduck at debian.org> Thu, 28 Dec 2006 11:47:42 +0100
+ -- martin f. krafft <madduck at debian.org> Thu, 28 Dec 2006 11:50:34 +0100
logcheck (1.2.51) unstable; urgency=medium
Modified: logcheck/trunk/rulefiles/linux/ignore.d.server/dhcp
===================================================================
--- logcheck/trunk/rulefiles/linux/ignore.d.server/dhcp 2006-12-28 10:48:22 UTC (rev 1397)
+++ logcheck/trunk/rulefiles/linux/ignore.d.server/dhcp 2006-12-28 10:50:57 UTC (rev 1398)
@@ -23,6 +23,7 @@
^\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$
+^\w{3} [ :0-9]{11} [._[:alnum:]-]+ dhcpd: uid lease [.0-9]{7,15} for client [:[:xdigit:]]+ is duplicate on [.0-9]{7,15}/[[:digit:]]+$
# 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