diff options
author | varac <varacanero@zeromail.org> | 2014-03-04 13:48:06 +0100 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2014-03-04 13:48:06 +0100 |
commit | 02a2a74058de9e541822a88e7b5872cdb5cbe45f (patch) | |
tree | 6b61b168d8cb5762eef93c144aeabd0ff44376fd | |
parent | f6c633699adbce362b3101ea3b140083e8698f3a (diff) |
ignore failing creation of user-dbs by tapicero, see #5168
-rw-r--r-- | puppet/modules/site_check_mk/files/agent/logwatch/syslog/tapicero.cfg | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/puppet/modules/site_check_mk/files/agent/logwatch/syslog/tapicero.cfg b/puppet/modules/site_check_mk/files/agent/logwatch/syslog/tapicero.cfg index 9983d27c..a39cb504 100644 --- a/puppet/modules/site_check_mk/files/agent/logwatch/syslog/tapicero.cfg +++ b/puppet/modules/site_check_mk/files/agent/logwatch/syslog/tapicero.cfg @@ -3,5 +3,11 @@ # instances, so we ignore it # see https://leap.se/code/issues/5168 I tapicero.*RestClient::PreconditionFailed: +# until we can analyze multiline patterns with +# check_mk logwatch, we unfortunatly need ignore this +# line too, which shows up in combination with the +# above PreconditionFailed error. +# see https://leap.se/code/issues/4821#note-5 + I tapicero.*Creating database.*failed due to: C tapicero.*failed W tapicero.*Couch stream ended unexpectedly. |