diff options
author | varac <varacanero@zeromail.org> | 2014-03-03 23:17:56 +0100 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2014-03-03 23:17:56 +0100 |
commit | 851aaacb3ba3e746dd966e9477b7a3a289b0bf61 (patch) | |
tree | 49dd855ce423190692dae7872497f4d1b96cd220 | |
parent | 468064d2346519eeda7638a185ff5fa6b53d5eb4 (diff) |
ignore "Uncaught error in HTTP request: {exit, normal}" error (#5226)
-rw-r--r-- | puppet/modules/site_check_mk/files/agent/logwatch/bigcouch.cfg | 7 |
1 files changed, 5 insertions, 2 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 3f6cc413..96bf190c 100644 --- a/puppet/modules/site_check_mk/files/agent/logwatch/bigcouch.cfg +++ b/puppet/modules/site_check_mk/files/agent/logwatch/bigcouch.cfg @@ -4,8 +4,11 @@ I undefined - -.*201$ I 127.0.0.1 undefined.* ok I 127.0.0.1 localhost:5984 .* ok - C Uncaught error in HTTP request: {exit, - C Uncaught error in HTTP request: {exit,normal} + # 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 + I Uncaught error in HTTP request: {exit,normal} + I Uncaught error in HTTP request: {exit, C Uncaught error in HTTP request: {error, C Response abnormally terminated: {nodedown, C rexi_DOWN,noproc |