From 4cfa80d0059dff60f21938ce010e4830fdd25c16 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Thu, 2 Apr 2015 13:49:18 +0100 Subject: [PATCH] Add host name to munin email subject --- 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 c560717a0..8f4af9b4a 100644 --- a/cookbooks/munin/templates/default/munin.conf.erb +++ b/cookbooks/munin/templates/default/munin.conf.erb @@ -15,7 +15,7 @@ graph_strategy cgi 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.null.command cat > /dev/null # Send alerts to the admins by default -- 2.43.2