]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/munin/files/default/plugins/api_calls_status
Remove lower limit for API status graph
[chef.git] / cookbooks / munin / files / default / plugins / api_calls_status
index 16b0d0e03c4f6e6e78eae5e4064b9dd356252036..741ca14c4b5278dc9206426e1f1472f7d8d5fc73 100755 (executable)
@@ -21,7 +21,7 @@ HTTP_STATUSES = {
 
 if ARGV[0] == "config"
   puts "graph_title HTTP response codes"
 
 if ARGV[0] == "config"
   puts "graph_title HTTP response codes"
-  puts "graph_args --lower-limit 0 --base 1000 --logarithmic"
+  puts "graph_args --base 1000 --logarithmic"
   puts "graph_vlabel Number of requests per ${graph_period}"
   puts "graph_category api"
 
   puts "graph_vlabel Number of requests per ${graph_period}"
   puts "graph_category api"