X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/fa63c845987967418edaff22b75958916b19f19a..839b4cef7fa74cde52361962cc620de52b9e0193:/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| -%>