diff options
Diffstat (limited to 'inventory/host_vars/ele-mon.yml')
-rw-r--r-- | inventory/host_vars/ele-mon.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/inventory/host_vars/ele-mon.yml b/inventory/host_vars/ele-mon.yml index 93ed7f48..4ad37bce 100644 --- a/inventory/host_vars/ele-mon.yml +++ b/inventory/host_vars/ele-mon.yml @@ -102,13 +102,13 @@ prometheus_exporter_mikrotik_devices: password: "{{ vault_prometheus_exporter_mikrotik_api_password }}" prometheus_alertmanager_web_route_prefix: /alertmanager/ -promethues_alertmanager_smtp: +prometheus_alertmanager_smtp: smarthost: "mailrelay.chaos-at-home.org:587" from: "noreply@elev8.at" require_tls: yes auth: username: ele-mon - password: "{{ vault_promethues_alertmanager_smtp_auth_password }}" + password: "{{ vault_prometheus_alertmanager_smtp_auth_password }}" prometheus_alertmanager_route: receiver: equinox |