From: Tom Hughes Date: Mon, 30 Nov 2020 09:04:49 +0000 (+0000) Subject: Remove incorrect scaling from compound nginx graph X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/7d2006054eae97e5278f10f5b4ea31f93315279c?ds=sidebyside;hp=-c Remove incorrect scaling from compound nginx graph --- 7d2006054eae97e5278f10f5b4ea31f93315279c diff --git a/cookbooks/munin/templates/default/munin.conf.erb b/cookbooks/munin/templates/default/munin.conf.erb index fbedbb70b..3aa31b432 100644 --- a/cookbooks/munin/templates/default/munin.conf.erb +++ b/cookbooks/munin/templates/default/munin.conf.erb @@ -519,7 +519,6 @@ unknown_limit 144 nginx_requests.graph_args --lower-limit 0 <% @tilecaches.each do |tc| -%> nginx_requests.<%= tc[:name].tr("-", "_") %>.label <%= tc[:name] %> - nginx_requests.<%= tc[:name].tr("-", "_") %>.cdef <%= tc[:name].tr("-", "_") %>,8,* nginx_requests.<%= tc[:name].tr("-", "_") %>.draw AREASTACK nginx_requests.<%= tc[:name].tr("-", "_") %>.min 0 <% end -%>