]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/munin/templates/default/munin.conf.erb
Avoid noise in munin-limits log
[chef.git] / cookbooks / munin / templates / default / munin.conf.erb
index 71484c237f5208e4a45b0670dcf851877ebe8787..e79342b85627b1988ac682ef1edb9dff4cb9476e 100644 (file)
@@ -3,12 +3,22 @@
 # Set maximum number of update processes to run at once
 max_processes 64
 
+# Maximum number of graphs to generate at once
+max_graph_jobs 24
+max_cgi_graph_jobs 24
+
+# Render pages and graphs on demand
+html_strategy cgi
+graph_strategy cgi
+
 # Use rrdcached
 rrdcached_socket /var/run/rrdcached.sock
 
 # Configure alert targets
-contact.admins.command mail -s "Munin Notification" admins@openstreetmap.org
+contact.admins.command mail -s "Munin Notification for ${var:host}" admins@openstreetmap.org
+contact.admins.always_send invalid
 contact.null.command cat > /dev/null
+contact.null.always_send invalid
 
 # Send alerts to the admins by default
 contacts admins