From 4b48f1b6dd799d1a69f0c9e2a157a007fcdcbe25 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Wed, 10 Sep 2025 15:14:45 +0200 Subject: Send internal system mails to root@f.o. Instead of admin@f.o. Per msgid=. --- roles/munin-master/templates/etc/munin/munin.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roles/munin-master/templates/etc/munin') diff --git a/roles/munin-master/templates/etc/munin/munin.conf.j2 b/roles/munin-master/templates/etc/munin/munin.conf.j2 index b53ef0e..cdf659c 100644 --- a/roles/munin-master/templates/etc/munin/munin.conf.j2 +++ b/roles/munin-master/templates/etc/munin/munin.conf.j2 @@ -87,7 +87,7 @@ rrdcached_socket /run/rrdcached.sock # Drop somejuser@fnord.comm and anotheruser@blibb.comm an email everytime # something changes (OK -> WARNING, CRITICAL -> OK, etc) -contact.admin.command mail -s "Munin notification" admin@fripost.org +contact.admin.command mail -s "Munin notification" root@fripost.org # # For those with Nagios, the following might come in handy. In addition, # the services must be defined in the Nagios server as well. -- cgit v1.2.3