From 6cf380956bdd31292b4ccf51b1bbc217b93bf45f Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Wed, 23 Jun 2021 23:06:40 +0200 Subject: prometheus: connect server to alertmanager if configured --- inventory/host_vars/ch-mon.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'inventory/host_vars') diff --git a/inventory/host_vars/ch-mon.yml b/inventory/host_vars/ch-mon.yml index c0551768..111ffb55 100644 --- a/inventory/host_vars/ch-mon.yml +++ b/inventory/host_vars/ch-mon.yml @@ -61,6 +61,10 @@ prometheus_server_storage: size: 30G fs: ext4 +prometheus_server_alertmanager: + url: "127.0.0.1:9093" + + prometheus_exporters_extra: - blackbox @@ -73,7 +77,6 @@ promethues_alertmanager_smtp: from: "noreply@chaos-at-home.org" require_tls: no - grafana_secret_key: "{{ vault_grafana_secret_key }}" grafana_config_smtp: -- cgit v1.2.3