dd
This commit is contained in:
parent
da1b36de16
commit
e6a4cec572
2 changed files with 1 additions and 2 deletions
|
@ -21,7 +21,6 @@ services:
|
|||
/root@pbs.localdomain/ pbs@mgrote.net
|
||||
/root@pve5.localdomain/ pve5@mgrote.net
|
||||
/no-reply@ubnt.com/ ubiquity@mgrote.net
|
||||
/mg@munin.localdomain/ munin@mgrote.net
|
||||
# rewrite FROM "nobody@lldap" to "lldap@mgrote.net"
|
||||
# /.*/ würde alle absender adressen ersetzen
|
||||
networks:
|
||||
|
|
|
@ -90,7 +90,7 @@ includedir /etc/munin/munin-conf.d
|
|||
# Drop somejuser@fnord.comm and anotheruser@blibb.comm an email everytime
|
||||
# something changes (OK -> WARNING, CRITICAL -> OK, etc)
|
||||
{% if munin_enable_alerts is sameas true %}
|
||||
#contact.someuser.command mail -s "Munin ${var:worst}: ${var:group}::${var:host}::${var:plugin}" {{ munin_alerts_to }}
|
||||
#contact.someuser.command mail -aFROM:munin@mgrote.net -s "Munin ${var:worst}: ${var:group}::${var:host}::${var:plugin}" {{ munin_alerts_to }}
|
||||
{% endif %}
|
||||
#contact.anotheruser.command mail -s "Munin ${var:worst}: ${var:group}::${var:host}::${var:plugin}" anotheruser@blibb.comm
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue