diff options
author | Micah Anderson <micah@leap.se> | 2014-12-17 16:04:37 -0500 |
---|---|---|
committer | Micah Anderson <micah@leap.se> | 2014-12-17 16:04:37 -0500 |
commit | 429d49824988873870911bf3425d4ca1118e8605 (patch) | |
tree | ce7a8ac1f46f99bb59d22f4d4a61b3ccc963c5e4 /puppet/modules | |
parent | 2f02d8aa21b866f2e37426afa8110a5c1f5c31e6 (diff) |
Update to logwatch ignore for tapicero
Change-Id: I1d8cedfeb1153312c13f7f182c7ac3b031647dd4
Diffstat (limited to 'puppet/modules')
-rw-r--r-- | puppet/modules/site_check_mk/files/agent/logwatch/syslog/tapicero.cfg | 2 |
1 files changed, 1 insertions, 1 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 d9f0eafc..d00b8a75 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,5 +1,5 @@ # Ignore transient Tapicero errors when creating a db (#6511) - I tapicero.*(Creating database|Checking security of|Writing security to|Uploading design doc to) user-.* failed (\(trying again soon\)|twice due to): (RestClient::Resource Not Found|RestClient::InternalServerError): (404 Resource Not Found|500 Internal Server Error) + I tapicero.*(Creating database|Checking security of|Writing security to|Uploading design doc to) user-.* failed (\(trying again soon\)|(twice )? due to): (RestClient::Resource Not Found|RestClient::InternalServerError): (404 Resource Not Found|500 Internal Server Error) C tapicero.*RestClient::InternalServerError: # possible race condition between multiple tapicero # instances, so we ignore it |