diff options
author | Christian Pointner <equinox@spreadspace.org> | 2021-06-23 23:06:40 +0200 |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2021-06-23 23:06:40 +0200 |
commit | 6cf380956bdd31292b4ccf51b1bbc217b93bf45f (patch) | |
tree | f887f4bad36c796b78c8b211ae97bd90efc6819b /inventory | |
parent | add minimalistic role for prometheus/alertmanager (diff) |
prometheus: connect server to alertmanager if configured
Diffstat (limited to 'inventory')
-rw-r--r-- | inventory/host_vars/ch-mon.yml | 5 |
1 files changed, 4 insertions, 1 deletions
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: |