projects
/
chef.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
224058a
)
Remove lower limit for API status graph
author
Tom Hughes
<tom@compton.nu>
Tue, 31 Mar 2015 23:57:10 +0000
(
00:57
+0100)
committer
Tom Hughes
<tom@compton.nu>
Tue, 31 Mar 2015 23:57:10 +0000
(
00:57
+0100)
cookbooks/munin/files/default/plugins/api_calls_status
patch
|
blob
|
history
diff --git
a/cookbooks/munin/files/default/plugins/api_calls_status
b/cookbooks/munin/files/default/plugins/api_calls_status
index 16b0d0e03c4f6e6e78eae5e4064b9dd356252036..741ca14c4b5278dc9206426e1f1472f7d8d5fc73 100755
(executable)
--- 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"