aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Johannes Christ <[email protected]>2024-04-28 19:15:35 +0200
committerGravatar jchristgit <[email protected]>2024-04-28 20:09:14 +0200
commit0a4017fe9053155e3d824be8e5e0be3ff9cc4894 (patch)
tree8afe2d5522d365e2025f12dc1917c5dff188143e
parentAdd new zone entries for pydis.wtf service migration (diff)
Connect netcup Prometheus to Kubernetes Alertmanager
Closes #240.
-rw-r--r--ansible/host_vars/lovelace/prometheus.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/ansible/host_vars/lovelace/prometheus.yml b/ansible/host_vars/lovelace/prometheus.yml
index 63cef52..d148bf1 100644
--- a/ansible/host_vars/lovelace/prometheus.yml
+++ b/ansible/host_vars/lovelace/prometheus.yml
@@ -9,7 +9,9 @@ prometheus_configuration:
alerting:
alertmanagers:
- static_configs:
- - targets: []
+ - scheme: https
+ targets:
+ - alertmanager.pythondiscord.com
rule_files:
# - "first_rules.yml"