diff options
| author | varac <varacanero@zeromail.org> | 2014-03-04 14:57:01 +0100 | 
|---|---|---|
| committer | varac <varacanero@zeromail.org> | 2014-03-04 14:57:01 +0100 | 
| commit | e85bc5c99fc2d1d09a86aa7a5c8ad4038dd2de47 (patch) | |
| tree | 5b3b135912ba9b49963ebe2e9a9cbb7d32793a2f /puppet | |
| parent | 02a2a74058de9e541822a88e7b5872cdb5cbe45f (diff) | |
ignore bigcouch 'Shutting down group server' error (#5246)
Diffstat (limited to 'puppet')
| -rw-r--r-- | puppet/modules/site_check_mk/files/agent/logwatch/bigcouch.cfg | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/puppet/modules/site_check_mk/files/agent/logwatch/bigcouch.cfg b/puppet/modules/site_check_mk/files/agent/logwatch/bigcouch.cfg index 96bf190c..28f333b0 100644 --- a/puppet/modules/site_check_mk/files/agent/logwatch/bigcouch.cfg +++ b/puppet/modules/site_check_mk/files/agent/logwatch/bigcouch.cfg @@ -4,6 +4,8 @@   I undefined - -.*201$   I 127.0.0.1 undefined.* ok   I 127.0.0.1 localhost:5984 .* ok + # https://leap.se/code/issues/5246 + I Shutting down group server   # ignore "Uncaught error in HTTP request: {exit, normal}" error   # it's suppressed in later versions of bigcouch anhow   # see https://leap.se/code/issues/5226 @@ -15,5 +17,4 @@   C rexi_DOWN,noconnection   C error   C Connection attempt from disallowed node - W Shutting down group server   W Apache CouchDB has started | 
