diff options
author | Micah Anderson <micah@leap.se> | 2014-12-18 14:07:04 -0500 |
---|---|---|
committer | Micah Anderson <micah@leap.se> | 2014-12-18 14:07:27 -0500 |
commit | d024a172ee4b2dc7fca4fe4251c930ff437f1f1b (patch) | |
tree | 144b9fde23513252058b6f90338fe5957e9feb35 /puppet/modules/site_check_mk | |
parent | b49fc6c4a864c6e42a4fd4deae25c0ab2eb564ea (diff) |
update tapicero logwatch messages to remove extra space0.6.0rc3
Change-Id: I0149ac2e767531d9724b57b9e3bdae7943f954ff
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, 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 d00b8a75..e5721eea 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 |