diff options
author | varac <varacanero@zeromail.org> | 2014-12-10 11:55:24 +0100 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2014-12-10 11:55:24 +0100 |
commit | a70488de29e8721191de1f6a504dcc35e5d74770 (patch) | |
tree | f7f4d22310733a51a32bebc977923853e74916d4 /puppet/modules/site_check_mk | |
parent | 26089c6837b1ef97e2261fadcbdd129c67007075 (diff) |
ignore transient Tapicero errors when creating a db (Bug #6511)
Change-Id: I0939070482fad4f99f03e41094a3df42ff5063e4
Diffstat (limited to 'puppet/modules/site_check_mk')
-rw-r--r-- | puppet/modules/site_check_mk/files/agent/logwatch/syslog/tapicero.cfg | 2 |
1 files changed, 2 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 93ce0311..3aec4ad0 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,6 +3,8 @@ # instances, so we ignore it # see https://leap.se/code/issues/5168 I tapicero.*RestClient::PreconditionFailed: +# Ignore transient Tapicero errors when creating a db (#6511) + I tapicero.*Creating database user-[[:alnum:]]* failed \(trying again soon\): RestClient::InternalServerError: 500 Internal Server Error C tapicero.*Creating database.*failed due to: C tapicero.*failed W tapicero.*Couch stream ended unexpectedly. |