diff options
author | Klaus Agnoletti <klaus@xenux.dk> | 2002-09-19 14:06:03 +0000 |
---|---|---|
committer | Klaus Agnoletti <klaus@xenux.dk> | 2002-09-19 14:06:03 +0000 |
commit | 4741f85200234f3610a193d8a6de70615b099a38 (patch) | |
tree | 97de11f989ad08360826345b16a4819459524c04 /logcheck/ignore.d.server/dhcp3-common | |
parent | 59ea055723539927b9845868995308df399685ee (diff) |
* Added 2 two rules in dhcp3-common to ignore some of the most annoying messages from syslog
Diffstat (limited to 'logcheck/ignore.d.server/dhcp3-common')
-rw-r--r-- | logcheck/ignore.d.server/dhcp3-common | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/logcheck/ignore.d.server/dhcp3-common b/logcheck/ignore.d.server/dhcp3-common index 2862a4a..539c430 100644 --- a/logcheck/ignore.d.server/dhcp3-common +++ b/logcheck/ignore.d.server/dhcp3-common @@ -6,3 +6,5 @@ dhcpd: DHCPOFFER on [\.0-9]+ to .* via dhcpd: DHCPREQUEST for .* from .* via dhcpd: ICMP Echo reply while lease [\.0-9]+ valid. dhcpd: Wrote [[:digit:]]+ (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. |