fix wrong hardcoded email for keepalived monitoring
This commit is contained in:
parent
713c93ac44
commit
194c19fbf3
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ global_defs {
|
||||||
notification_email {
|
notification_email {
|
||||||
monitoring.aurore@lists.crans.org
|
monitoring.aurore@lists.crans.org
|
||||||
}
|
}
|
||||||
notification_email_from routeur-edc-backup@auro.re
|
notification_email_from routeur-{{ apartment_block }}{% if 'backup' in inventory_hostname %}-backup{% endif %}@auro.re
|
||||||
smtp_server smtp.crans.org
|
smtp_server smtp.crans.org
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue