[Logcheck-commits] [logcheck] 01/01: ignore.d.server/bind: ignore DNSSEC rekeying

Hannes von Haugwitz hvhaugwitz at moszumanska.debian.org
Sun Jan 22 20:20:55 UTC 2017


This is an automated email from the git hooks/post-receive script.

hvhaugwitz pushed a commit to branch master
in repository logcheck.

commit 4f6530c7ac8d73c56084a6860d325bb006171769
Author: Hannes von Haugwitz <hannes at vonhaugwitz.com>
Date:   Sun Jan 22 21:18:18 2017 +0100

    ignore.d.server/bind: ignore DNSSEC rekeying
    
    closes: #825170
---
 debian/changelog                       | 1 +
 rulefiles/linux/ignore.d.paranoid/bind | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 8285e82..d18e344 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -34,6 +34,7 @@ logcheck (1.3.18) UNRELEASED; urgency=medium
   * ignore.d.server/bind:
     - match domain name in query message, thanks to Wojciech Nizinski
       for the patch
+    - ignore DNSSEC rekeying (closes: #825170)
   * ignore.d.server/openvpn:
     - match arbitrary mtu sizes (closes: #815755)
   * ignore.d.server/snmpd:
diff --git a/rulefiles/linux/ignore.d.paranoid/bind b/rulefiles/linux/ignore.d.paranoid/bind
index 5397b46..2363f20 100644
--- a/rulefiles/linux/ignore.d.paranoid/bind
+++ b/rulefiles/linux/ignore.d.paranoid/bind
@@ -22,3 +22,5 @@
 ^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ named\[[[:digit:]]+\]: zone [^[:space:]]+/IN: sending notifies \(serial [[:digit:]]+\)$
 ^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ named\[[[:digit:]]+\]: zone [^[:space:]]+: transferred serial [[:digit:]]+$
 ^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ named\[[[:digit:]]+\]: zone transfer \(AXFR\) of [^[:space:]]+ to [^[:space:]]+$
+^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ named\[[[:digit:]]+\]: zone [._[:alnum:]-]+/IN \(signed\): reconfiguring zone keys$
+^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ named\[[[:digit:]]+\]: zone [._[:alnum:]-]+/IN \(signed\): next key event: [[:digit:]]{2}-\w{3}-[[:digit:]]{4} [.:[:digit:]]{12}$

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/logcheck/logcheck.git



More information about the Logcheck-commits mailing list