X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/4d44cd7ab6a71b30304c26703b3e4f89738cc345..f30f230da23603e3c7598205219ce01e9820c470:/cookbooks/munin/files/default/plugins/api_calls_status diff --git a/cookbooks/munin/files/default/plugins/api_calls_status b/cookbooks/munin/files/default/plugins/api_calls_status index 6d0e619ed..1f18a453b 100755 --- a/cookbooks/munin/files/default/plugins/api_calls_status +++ b/cookbooks/munin/files/default/plugins/api_calls_status @@ -23,7 +23,7 @@ HTTP_STATUSES = { "502" => "Bad Gateway", "503" => "Service Unavailable", "509" => "Bandwidth Limit Exceeded" -} +}.freeze if ARGV[0] == "config" puts "graph_title HTTP response codes"