skip munin on fano, as it keeps dying and holding up the show
[mirror/dsa-puppet.git] / modules / munin-node / templates / munin.conf.erb
index fc09288..37fc7d6 100644 (file)
@@ -12,10 +12,12 @@ graph_strategy cgi
 
 <%= out = ''
     localinfo.keys.sort.each do |node|
-       out += '[' + node + ']
+       if localinfo[node]['no_munin'] != "true"
+          out += '[' + node + ']
     address ' + node + '
 
 '
-     end
+       end 
+    end
 out
 %>