From 370c7aa619a594586971db0dc44f8ebb5d8f5f47 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Wed, 1 Apr 2015 00:57:10 +0100 Subject: [PATCH] Remove lower limit for API status graph --- cookbooks/munin/files/default/plugins/api_calls_status | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.43.2