summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2014-12-10 11:11:05 +0000
committervarac <varacanero@zeromail.org>2014-12-10 11:11:05 +0000
commitffa53ef321bbfd771afff1ccb230d1b5e4f9ab00 (patch)
treef7f4d22310733a51a32bebc977923853e74916d4
parent26089c6837b1ef97e2261fadcbdd129c67007075 (diff)
parenta70488de29e8721191de1f6a504dcc35e5d74770 (diff)
Merge branch '6511_ignore_transient_tapicero_errors_creating_a_db' into 'develop'
6511 ignore transient tapicero errors creating a db https://leap.se/code/issues/6511 this updates a previous m.r. from micah (https://gitlab.com/leap/platform/merge_requests/4), but puts the content in puppet/modules/site_check_mk/files/agent/logwatch/syslog/tapicero.cfg instead of puppet/modules/site_check_mk/files/agent/logwatch/syslog_tail.cfg (which only should host patterns that are generic to all servers). See merge request !6
-rw-r--r--puppet/modules/site_check_mk/files/agent/logwatch/syslog/tapicero.cfg2
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.