diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2025-09-10 15:14:45 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2025-09-10 15:14:45 +0200 |
commit | 4b48f1b6dd799d1a69f0c9e2a157a007fcdcbe25 (patch) | |
tree | 98a20332171ab0a568945f9ef5b32d63b9f8c0df /roles/munin-master | |
parent | 983981b8546d9ef847cfef7711c35c6e06549f43 (diff) |
Send internal system mails to root@f.o.
Instead of admin@f.o. Per msgid=<ad724342-b3bb-48d9-9984-6d277714910d@fripost.org>.
Diffstat (limited to 'roles/munin-master')
-rw-r--r-- | roles/munin-master/templates/etc/munin/munin.conf.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
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. |