[Logcheck-commits] martin f. krafft: ignore.d.server/upsd: ignore client connection messages ( closes: #495923).

Martin F. Krafft madduck at alioth.debian.org
Sun Aug 31 18:44:04 UTC 2008


Module: logcheck
Branch: viol-merge
Commit: ccbfa5acbe5b06554a0f6f45d903ff34e799485b
URL:    http://git.debian.org/?p=logcheck/logcheck.git;a=commit;h=ccbfa5acbe5b06554a0f6f45d903ff34e799485b

Author: martin f. krafft <madduck at debian.org>
Date:   Sun Aug 31 19:43:37 2008 +0100

ignore.d.server/upsd: ignore client connection messages (closes: #495923).

---

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

diff --git a/debian/changelog b/debian/changelog
index f0dd959..9a54e4d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -62,6 +62,8 @@ logcheck (1.3) unstable; urgency=low
   * ignore.d.server/spamd:
     - expect shortcircuit status in scan messages; thanks to Marc Sherman
       (closes: #474239).
+  * ignore.d.server/upsd:
+    - ignore client connection messages (closes: #495923).
 
   * violations.d/su:
     - match both, user-root and user:root styles (closes: #491694).
diff --git a/rulefiles/linux/ignore.d.server/upsd b/rulefiles/linux/ignore.d.server/upsd
new file mode 100644
index 0000000..0ba57f3
--- /dev/null
+++ b/rulefiles/linux/ignore.d.server/upsd
@@ -0,0 +1,2 @@
+^\w{3} [ :0-9]{11} [._[:alnum:]-]+ upsd\[[0-9]+\]: Connection from [.[:digit:]]{7,15}$
+^\w{3} [ :0-9]{11} [._[:alnum:]-]+ upsd\[[0-9]+\]: Client on [.[:digit:]]{7,15} logged out$




More information about the Logcheck-commits mailing list