diff options
| author | 2024-04-28 19:15:35 +0200 | |
|---|---|---|
| committer | 2024-04-28 20:09:14 +0200 | |
| commit | 0a4017fe9053155e3d824be8e5e0be3ff9cc4894 (patch) | |
| tree | 8afe2d5522d365e2025f12dc1917c5dff188143e | |
| parent | Add 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.yml | 4 | 
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" | 
