diff options
author | varac <varacanero@zeromail.org> | 2014-12-10 19:50:30 +0000 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2014-12-10 19:50:30 +0000 |
commit | 7c09360ad9da7dc2f5831532bd831d17f20e1f6c (patch) | |
tree | 605721dfcfd47c84c7159dd57b0bdc9beb12b9cf /puppet/modules/site_check_mk | |
parent | cffd9835858a3a7bfd466b7d9ed9da553dec94f4 (diff) | |
parent | 9076e8ccf62bd4cf25cd22af98d3536aff361b51 (diff) |
Merge branch 'bug/6511' into 'develop'0.6.0rc2
Bug/6511
Update tapicero logwatch ignore error to be before the Critical line. Additionally, enhance it to also capture the "Creating database", "Writing security to" entries.
See merge request !9
Diffstat (limited to 'puppet/modules/site_check_mk')
-rw-r--r-- | puppet/modules/site_check_mk/files/agent/logwatch/syslog/tapicero.cfg | 4 |
1 files changed, 2 insertions, 2 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 3aec4ad0..c998322c 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 @@ -1,10 +1,10 @@ +# Ignore transient Tapicero errors when creating a db (#6511) + I tapicero.*(Creating database|Writing security to|Uploading design doc to) user-.* failed (\(trying again soon\)|twice due to): RestClient::InternalServerError: 500 Internal Server Error C tapicero.*RestClient::InternalServerError: # possible race condition between multiple tapicero # 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. |