From bafa182ae52808497be57f2297f216faf4d9440d Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Wed, 31 Aug 2016 22:22:15 +0100 Subject: [PATCH 1/1] Fix typo --- cookbooks/munin/templates/default/munin.conf.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbooks/munin/templates/default/munin.conf.erb b/cookbooks/munin/templates/default/munin.conf.erb index ba642826b..1e4e75f8b 100644 --- a/cookbooks/munin/templates/default/munin.conf.erb +++ b/cookbooks/munin/templates/default/munin.conf.erb @@ -420,7 +420,7 @@ unknown_limit 144 squid_byte_hitrates.graph_category squid squid_byte_hitrates.graph_args --lower-limit 0 --upper-limit 100 squid_byte_hitrates.graph_vlabel % - squid_byte_hitrates.graph_order <%= Chef::Munin.expand "%%%name%%%_total=%%name%%.openstreetmap:squid_traffic.kbytes_out %%%name%%%_hits=%%name%%.openstreetmap:squid_trafffic.hit_kbytes_out", @tilecaches %> + squid_byte_hitrates.graph_order <%= Chef::Munin.expand "%%%name%%%_total=%%name%%.openstreetmap:squid_traffic.kbytes_out %%%name%%%_hits=%%name%%.openstreetmap:squid_traffic.hit_kbytes_out", @tilecaches %> <% @tilecaches.each do |tc| -%> squid_byte_hitrates.<%= tc[:name].tr("-", "_") %>_total.graph no squid_byte_hitrates.<%= tc[:name].tr("-", "_") %>_hits.cdef <%= tc[:name].tr("-", "_") %>_hits,<%= tc[:name].tr("-", "_") %>_total,/,100,* -- 2.43.2