summaryrefslogtreecommitdiff
path: root/puppet/modules/site_check_mk/files/agent/logwatch/webapp.cfg
blob: a5375cc843d1f4f4992672a39cf028e0037521f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/var/log/leap/webapp.log
# check for webapp errors
 C Completed 500
# also alert conflicts. They might be meaningful response codes
# but so far we were just handing them on from couch and they
# indicated some actual problem.
 C Completed 409
# couch connection issues
 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