diff options
author | varac <varacanero@zeromail.org> | 2014-02-26 15:20:34 +0100 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2014-02-27 18:12:15 +0100 |
commit | fa75c9406b1c4cfeccca046ba01d108b681e53fe (patch) | |
tree | 5e4d73f2273540ac188d7d2b6f5dcfe4c976688f /puppet/modules | |
parent | 5b15447055de66f30bc7f036a588dec4638b9a7d (diff) |
ignore RoutingErrors that rails throw when it can't handle a url (#5173)
Diffstat (limited to 'puppet/modules')
-rw-r--r-- | puppet/modules/site_check_mk/files/agent/logwatch/syslog/webapp.cfg | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/puppet/modules/site_check_mk/files/agent/logwatch/syslog/webapp.cfg b/puppet/modules/site_check_mk/files/agent/logwatch/syslog/webapp.cfg index 14fcf34a..00f9c7fd 100644 --- a/puppet/modules/site_check_mk/files/agent/logwatch/syslog/webapp.cfg +++ b/puppet/modules/site_check_mk/files/agent/logwatch/syslog/webapp.cfg @@ -1,2 +1,5 @@ # check for webapp errors C webapp.*Could not connect to couch database messages due to 401 Unauthorized: {"error":"unauthorized","reason":"You are not a server admin."} +# ignore RoutingErrors that rails throw when it can't handle a url +# see https://leap.se/code/issues/5173 + I webapp.*ActionController::RoutingError |