diff options
author | varac <varacanero@zeromail.org> | 2014-03-13 22:02:01 +0100 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2014-03-13 22:02:01 +0100 |
commit | 8b207aba9c12d1e4b6320ee800de60578b9521cd (patch) | |
tree | 8995e7720d206cc35de97c0cbe53656abcc5e3a1 | |
parent | 2f1b09caa23d74b3b778dd285a3456c142d052f8 (diff) |
catch errors when tapicero fails to create a userdb (Feature #5306)
-rw-r--r-- | puppet/modules/site_check_mk/files/agent/logwatch/syslog/tapicero.cfg | 7 |
1 files changed, 1 insertions, 6 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 7f43a18c..93ce0311 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,11 +3,6 @@ # 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.*Creating database.*failed due to: C tapicero.*failed W tapicero.*Couch stream ended unexpectedly. |