X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/625ad28a8e2daef4a0f6fc458678791d098535c7..238023c2173dee7b9c835ffc940587be4f0b51b5:/cookbooks/munin/templates/default/munin.conf.erb diff --git a/cookbooks/munin/templates/default/munin.conf.erb b/cookbooks/munin/templates/default/munin.conf.erb index c4e7e0501..cd20d4d9b 100644 --- a/cookbooks/munin/templates/default/munin.conf.erb +++ b/cookbooks/munin/templates/default/munin.conf.erb @@ -14,15 +14,6 @@ graph_strategy cgi # Use rrdcached rrdcached_socket /var/run/rrdcached.sock -# Configure alert targets -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 - # Ignore uncontactable hosts for twelve hours unknown_limit 144 <% @clients.sort { |a,b| a.name <=> b.name }.each do |client| -%>