X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/185a8b1945a21d81b1b8e1c1abae594b425a82c7..d9f126925e7ea9bd78363d9e9a99f039f822a90d:/cookbooks/munin/templates/default/munin.conf.erb diff --git a/cookbooks/munin/templates/default/munin.conf.erb b/cookbooks/munin/templates/default/munin.conf.erb index 1f03c4e48..bf37514c9 100644 --- a/cookbooks/munin/templates/default/munin.conf.erb +++ b/cookbooks/munin/templates/default/munin.conf.erb @@ -141,15 +141,22 @@ unknown_limit 144 api_calls_error.graph_title HTTP errors api_calls_error.graph_vlabel Number of errors per ${graph_period} api_calls_error.graph_category api - api_calls_error.graph_order http500 http502 http503 http509 + api_calls_error.graph_order http401 http500 http502 http503 http509 + api_calls_error.http401.sum <%= Chef::Munin.expand "%%.openstreetmap:api_calls_status.http401", @frontends %> + api_calls_error.http401.label 401 Unauthorized + api_calls_error.http401.warning :0.5 api_calls_error.http500.sum <%= Chef::Munin.expand "%%.openstreetmap:api_calls_status.http500", @frontends %> api_calls_error.http500.label 500 Internal Server Error + api_calls_error.http500.warning :0.5 api_calls_error.http502.sum <%= Chef::Munin.expand "%%.openstreetmap:api_calls_status.http502", @frontends %> api_calls_error.http502.label 502 Bad Gateway + api_calls_error.http502.warning :0.5 api_calls_error.http503.sum <%= Chef::Munin.expand "%%.openstreetmap:api_calls_status.http503", @frontends %> api_calls_error.http503.label 503 Service Unavailable + api_calls_error.http503.warning :0.5 api_calls_error.http509.sum <%= Chef::Munin.expand "%%.openstreetmap:api_calls_status.http509", @frontends %> api_calls_error.http509.label 509 Bandwidth Limit Exceeded + api_calls_error.http509.warning :5 api_calls_num.graph_title Requests processed api_calls_num.graph_vlabel Number of requests per ${graph_period} api_calls_num.graph_category api