Armin Berres
2007-Jan-26 19:27 UTC
[Logcheck-devel] Bug#408559: logcheck-database: little rule to ignore output from erlang-base
Package: logcheck-database Severity: wishlist Tags: patch Please consider applying the attached patch. Output from the erlang-base daemon epmd will be ignored afterwards. Example: ------ Jan 26 04:26:29 space-based epmd: epmd: epmd running - daemon = 1 ------ /Armin -- System Information: Debian Release: 4.0 APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/dash Kernel: Linux 2.6.18-99 Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) -------------- next part -------------- --- ignore.d.server/logcheck.orig 2007-01-26 20:16:10.000000000 +0100 +++ ignore.d.server/logcheck 2007-01-26 20:16:27.000000000 +0100 @@ -5,3 +5,4 @@ ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ identd\[[0-9]+\]: started$ ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ chfn\[[0-9]+\]: changed user `logcheck' information$ ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ usermod\[[0-9]+\]: changed user `logcheck' home from '[^']+ to '/var/lib/logcheck'$ +^\w{3} [ :0-9]{11} [._[:alnum:]-]+ epmd: epmd: epmd running - daemon = 1$