diff options
author | Hendrik Jäger <hendrik@securosys.ch> | 2020-05-02 01:17:11 +0300 |
---|---|---|
committer | Hendrik Jäger <hendrik@securosys.ch> | 2020-05-02 01:17:11 +0300 |
commit | 18629e9ff33d1400e722c3179f17d5e9e0a6a758 (patch) | |
tree | f402e5dd2d0c7dc359b2dbb737f8db6fa4a0b4ec /files/etc/logcheck | |
parent | 6164c49a2408a4662eb81b1dfb81682c85111e9c (diff) |
Update logcheck rules
Diffstat (limited to 'files/etc/logcheck')
-rw-r--r-- | files/etc/logcheck/ignore.d.server/local-spamd | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/files/etc/logcheck/ignore.d.server/local-spamd b/files/etc/logcheck/ignore.d.server/local-spamd index 09ec16a..54fd5c9 100644 --- a/files/etc/logcheck/ignore.d.server/local-spamd +++ b/files/etc/logcheck/ignore.d.server/local-spamd @@ -6,4 +6,5 @@ ^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ spamd\[[[:digit:]]+\]: prefork: adjust: [0-2] idle children less than 1 minimum idle children\. Increasing spamd children: [[:digit:]]+ started\.$ ^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ spamd\[[[:digit:]]+\]: prefork: adjust: [3-5] idle children more than 2 maximum idle children\. Decreasing spamd children: [[:digit:]]+ killed\.$ ^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ spamd\[[[:digit:]]+\]: spamd: handled cleanup of child pid \[[[:digit:]]+\] due to SIGCHLD: interrupted, signal 2 \(0002\)$ - +^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ spamd\[[[:digit:]]+\]: dns: no callback for id [[:digit:]]+/[[:alnum:]]+/[[:alnum:]]+/[[:alnum:]-.]+, ignored, packet on next debug line$ +^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ spamd\[[[:digit:]]+\]: dns: no likely matching queries for id [[:digit:]]+$ |