summaryrefslogtreecommitdiff
path: root/logcheck/ignore.d.server/dhcp3-common
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2002-10-23 17:17:13 +0000
committerJonas Smedegaard <dr@jones.dk>2002-10-23 17:17:13 +0000
commitdddec7a12123924793fd2c204ed308d3c50a9b2d (patch)
tree9ef5f058147d440215a00a4f6ff7b7324f7c612f /logcheck/ignore.d.server/dhcp3-common
parent9f3c51e3aa40910e103368b309a7775cd7518cf0 (diff)
Major logcheck overhaul:
* Split local into files by related packages * Rename remaining local to misc * Split language-specific (only da_DK) into package.lang * Sync with entries provided by packages themselves * Rename some files overriding (not add) to package.changes * Replace [[:digit:]] with the shorter [0-9] everywhere * Replace most .* to more specific alternatives everywhere
Diffstat (limited to 'logcheck/ignore.d.server/dhcp3-common')
-rw-r--r--logcheck/ignore.d.server/dhcp3-common10
1 files changed, 3 insertions, 7 deletions
diff --git a/logcheck/ignore.d.server/dhcp3-common b/logcheck/ignore.d.server/dhcp3-common
index 539c430..a272a72 100644
--- a/logcheck/ignore.d.server/dhcp3-common
+++ b/logcheck/ignore.d.server/dhcp3-common
@@ -1,10 +1,6 @@
-dhcpd: Abandoning IP address [\.0-9]+: pinged before offer
-dhcpd: DHCPACK on [\.0-9]+ to .* via
-dhcpd: DHCPDISCOVER from .* via
-dhcpd: DHCPNACK on [\.0-9]+ to .* via
-dhcpd: DHCPOFFER on [\.0-9]+ to .* via
-dhcpd: DHCPREQUEST for .* from .* via
+dhcpd: DHCPACK to [\.0-9]+
dhcpd: ICMP Echo reply while lease [\.0-9]+ valid.
-dhcpd: Wrote [[:digit:]]+ (leases|deleted host decls|new dynamic host decls) to leases file\.
+dhcpd: Wrote [0-9]+ (leases|deleted host decls|new dynamic host decls) to leases file\.
dhcpd: accepting packet with data after udp payload.
dhcpd: ip length 576 disagrees with bytes received 590.
+dhcpd: Abandoning IP address [\.0-9]+: pinged before offer