]> git.openstreetmap.org Git - chef.git/commitdiff
Remove incorrect scaling from compound nginx graph
authorTom Hughes <tom@compton.nu>
Mon, 30 Nov 2020 09:04:49 +0000 (09:04 +0000)
committerTom Hughes <tom@compton.nu>
Mon, 30 Nov 2020 09:04:49 +0000 (09:04 +0000)
cookbooks/munin/templates/default/munin.conf.erb

index fbedbb70bb7d1edd0ac7bd55689d270771b0643b..3aa31b432d91773c7b002caf6fa5aae6738353fd 100644 (file)
@@ -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 -%>