X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/cec717b818ba058b4e968fe83b4b4b8e20d87b83..4d44cd7ab6a71b30304c26703b3e4f89738cc345:/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 8167f21d6..6d0e619ed 100755 --- a/cookbooks/munin/files/default/plugins/api_calls_status +++ b/cookbooks/munin/files/default/plugins/api_calls_status @@ -34,6 +34,7 @@ if ARGV[0] == "config" HTTP_STATUSES.each do |code, label| puts "http#{code}.label #{code} #{label}" puts "http#{code}.type DERIVE" + puts "http#{code}.min 0" end else statistics = JSON.parse(File.read("/srv/www.openstreetmap.org/rails/tmp/statistics.json"))