From: Tom Hughes Date: Tue, 31 Mar 2015 23:57:10 +0000 (+0100) Subject: Remove lower limit for API status graph X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/370c7aa619a594586971db0dc44f8ebb5d8f5f47?hp=224058ab9583abbd0fb71eec94bab55e7f0b093a Remove lower limit for API status graph --- diff --git a/cookbooks/munin/files/default/plugins/api_calls_status b/cookbooks/munin/files/default/plugins/api_calls_status index 16b0d0e03..741ca14c4 100755 --- a/cookbooks/munin/files/default/plugins/api_calls_status +++ b/cookbooks/munin/files/default/plugins/api_calls_status @@ -21,7 +21,7 @@ HTTP_STATUSES = { 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"