X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/4d44cd7ab6a71b30304c26703b3e4f89738cc345..600a5055b909a46e372c0bfe510bb412d2ccba34:/cookbooks/munin/files/default/plugins/api_calls_num diff --git a/cookbooks/munin/files/default/plugins/api_calls_num b/cookbooks/munin/files/default/plugins/api_calls_num index 443af2c19..e2f74d9ff 100755 --- a/cookbooks/munin/files/default/plugins/api_calls_num +++ b/cookbooks/munin/files/default/plugins/api_calls_num @@ -11,7 +11,7 @@ CALL_TYPES = { :trkpts => "GPX trackpoints calls", :web => "Web site traffic", :other => "Other API calls" -} +}.freeze if ARGV[0] == "config" puts "graph_title Requests processed"