From 2b45db2de49208b0d78b04ba2eaa1bd2f5b45e8a Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Thu, 21 Oct 2021 00:47:37 +0200 Subject: fix typo --- inventory/group_vars/chaos-at-home-sensors/vars.yml | 2 +- inventory/host_vars/ch-mon.yml | 2 +- inventory/host_vars/ele-mon.yml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'inventory') diff --git a/inventory/group_vars/chaos-at-home-sensors/vars.yml b/inventory/group_vars/chaos-at-home-sensors/vars.yml index 3eb16250..fd937723 100644 --- a/inventory/group_vars/chaos-at-home-sensors/vars.yml +++ b/inventory/group_vars/chaos-at-home-sensors/vars.yml @@ -81,7 +81,7 @@ openwrt_mixin: file: "{{ global_files_dir }}/common/openwrt/sensors.module_lua" /usr/lib/lua/prometheus-collectors/sensors.lua: - file: "{{ global_files_dir }}/common/openwrt/sensors_promethues-node-exporter.lua" + file: "{{ global_files_dir }}/common/openwrt/sensors_prometheus-node-exporter.lua" mode: "0755" diff --git a/inventory/host_vars/ch-mon.yml b/inventory/host_vars/ch-mon.yml index 8c353e88..cf570e4d 100644 --- a/inventory/host_vars/ch-mon.yml +++ b/inventory/host_vars/ch-mon.yml @@ -119,7 +119,7 @@ prometheus_server_jobs_extra: | action: drop -promethues_alertmanager_smtp: +prometheus_alertmanager_smtp: smarthost: "{{ network_zones.lan.prefix | ipaddr(network_zones.lan.offsets['ch-prometheus-legacy']) | ipaddr('address') }}:25" from: "noreply@chaos-at-home.org" require_tls: no 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 -- cgit v1.2.3