X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/b9f9f8c373873c0629c9acdfd08aa9e8ebb20b6e..2e5da4c766bef71968e4c018751183ed31bd4633:/cookbooks/munin/files/default/plugins/api_calls_num?ds=sidebyside diff --git a/cookbooks/munin/files/default/plugins/api_calls_num b/cookbooks/munin/files/default/plugins/api_calls_num index 7c8ccabcc..443af2c19 100755 --- a/cookbooks/munin/files/default/plugins/api_calls_num +++ b/cookbooks/munin/files/default/plugins/api_calls_num @@ -22,6 +22,7 @@ if ARGV[0] == "config" CALL_TYPES.each do |type, label| puts "#{type}.label #{label}" puts "#{type}.type DERIVE" + puts "#{type}.min 0" end else statistics = JSON.parse(File.read("/srv/www.openstreetmap.org/rails/tmp/statistics.json"))