summaryrefslogtreecommitdiff
path: root/inventory/host_vars/ch-mon.yml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2022-03-06 00:31:22 +0100
committerChristian Pointner <equinox@spreadspace.org>2022-03-06 00:31:22 +0100
commit1bbe8582d9650eda816f9c596d8cd3b3fe9998e7 (patch)
treea62a8754913719f193ac70bb59f9bdcba2e547ba /inventory/host_vars/ch-mon.yml
parentinitial commit for alerta role (diff)
alerta: test alertmanager silence integration
Diffstat (limited to 'inventory/host_vars/ch-mon.yml')
-rw-r--r--inventory/host_vars/ch-mon.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/inventory/host_vars/ch-mon.yml b/inventory/host_vars/ch-mon.yml
index bd952fc8..684cc722 100644
--- a/inventory/host_vars/ch-mon.yml
+++ b/inventory/host_vars/ch-mon.yml
@@ -145,6 +145,7 @@ prometheus_alertmanager_web_external_url: "http://{{ network.primary.address | i
prometheus_alertmanager_auth_users:
server: "{{ vault_prometheus_alertmanager_auth_user_passwords['server'] }}"
admin: "{{ vault_prometheus_alertmanager_auth_user_passwords['admin'] }}"
+ alerta: "alerta" ## TODO: move this to vault
prometheus_alertmanager_route:
receiver: alerta
@@ -161,7 +162,7 @@ prometheus_alertmanager_receivers:
http_config:
basic_auth:
username: admin
- password: alerta
+ password: alerta ## TODO: move this to vault
grafana_secret_key: "{{ vault_grafana_secret_key }}"