diff options
Diffstat (limited to 'puppet')
| -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. | 
