[Logcheck-commits] Hanspeter Kunz: i.d.s/dhcp: ignore messages about LDAP lookups of host entries

Hanspeter Kunz hp-guest at alioth.debian.org
Sun Jun 20 20:40:36 UTC 2010


Module: logcheck
Branch: master
Commit: e0414cdcc8dff79ef1213fb260b481d5ab74f3ff
URL:    http://git.debian.org/?p=logcheck/logcheck.git;a=commit;h=e0414cdcc8dff79ef1213fb260b481d5ab74f3ff

Author: Hanspeter Kunz <hp at edelkunz.ch>
Date:   Sun Jun 20 22:36:11 2010 +0200

i.d.s/dhcp: ignore messages about LDAP lookups of host entries

---

 debian/changelog                     |    3 ++-
 rulefiles/linux/ignore.d.server/dhcp |    2 ++
 2 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 9a06323..a8b37da 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -19,8 +19,9 @@ logcheck (1.3.11) UNRELEASED; urgency=low
   [ Hanspeter Kunz ]
   * ignore.d.server/dhcp:
     - DHCPREQUESTs/ACKs: host names might contain spaces
+    - ignore messages about LDAP lookups of host entries
 
- -- Hanspeter Kunz <hp at edelkunz.ch>  Sun, 20 Jun 2010 22:26:08 +0200
+ -- Hanspeter Kunz <hp at edelkunz.ch>  Sun, 20 Jun 2010 22:33:03 +0200
 
 logcheck (1.3.10) unstable; urgency=low
 
diff --git a/rulefiles/linux/ignore.d.server/dhcp b/rulefiles/linux/ignore.d.server/dhcp
index ccae074..e932143 100644
--- a/rulefiles/linux/ignore.d.server/dhcp
+++ b/rulefiles/linux/ignore.d.server/dhcp
@@ -36,3 +36,5 @@
 # print_dns_status(), also called for the expr_dns_transaction opcode.  I'd
 # rather not proceed without hearing from someone using DDNS updates, though.
 #^\w{3} [ :0-9]{11} [._[:alnum:]-]+ dhcpd:( (if|and|add|delete) [._[:alnum:]-]+ ([[:digit:]]+ )?IN ((A|PTR|MX|CNAME)( [._[:alnum:]-]+)?|TXT "[^"]*"|CNAME <keydata>)( (rrset|domain) (exists|doesn't exist))?)+: success\.$
+^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ dhcpd: (Searching|No host entry) for \(\&\(objectClass=dhcpHost\)\(dhcpHWAddress=ethernet [[:xdigit:]]{2}:[[:xdigit:]]{2}:[[:xdigit:]]{2}:[[:xdigit:]]{2}:[[:xdigit:]]{2}:[[:xdigit:]]{2}\)\) in LDAP tree [=,.[:alnum:]]+$
+^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ dhcpd: Found dhcpHWAddress LDAP entry [=,.[:alnum:]]+$




More information about the Logcheck-commits mailing list