[Logcheck-commits] martin f. krafft: ignore.d.server/ntp: allow hyphen in interface names in listen messages.

Martin F. Krafft madduck at alioth.debian.org
Sun Aug 31 19:24:16 UTC 2008


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

Author: martin f. krafft <madduck at debian.org>
Date:   Wed Aug 27 14:57:26 2008 +0100

ignore.d.server/ntp: allow hyphen in interface names in listen messages.

---

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

diff --git a/debian/changelog b/debian/changelog
index 835dad9..10225a8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -28,6 +28,8 @@ logcheck (1.3) unstable; urgency=low
     - ignore unsupported function warnings from PnPBIOS
   * ignore.d.server/no-ip:
     - ignore message when IP was already set to the current IP.
+  * ignore.d.server/ntp:
+    - allow hyphen in interface names in listen messages.
 
   * Rulefiles are now installed with mode 644; the directories are still moe
     700, so the files are not publicly readable (unless the admin hardlinks
diff --git a/rulefiles/linux/ignore.d.server/ntp b/rulefiles/linux/ignore.d.server/ntp
index c377a5b..21037ac 100644
--- a/rulefiles/linux/ignore.d.server/ntp
+++ b/rulefiles/linux/ignore.d.server/ntp
@@ -9,5 +9,5 @@
 ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ ntpd\[[0-9]+\]: adjusting local clock by -?[.0-9]+s$
 ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ ntpd\[[0-9]+\]: adjust time server -?[.0-9]+ offset$
 ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ ntpd\[[0-9]+\]: too many recvbufs allocated \([0-9]+\)$
-^\w{3} [ :0-9]{11} [._[:alnum:]-]+ ntpd\[[0-9]+\]: Listening on interface [[:alnum:]]+, [:.[:xdigit:]]+#[[:digit:]]{1,5} (En|Dis)abled$
+^\w{3} [ :0-9]{11} [._[:alnum:]-]+ ntpd\[[0-9]+\]: Listening on interface [-[:alnum:]]+, [:.[:xdigit:]]+#[[:digit:]]{1,5} (En|Dis)abled$
 ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ ntpd(_initres)?\[[0-9]+\]: signal_no_reset: signal [[:digit:]]+ had flags [[:xdigit:]]+$




More information about the Logcheck-commits mailing list