diff options
author | 2024-05-14 03:41:19 +0100 | |
---|---|---|
committer | 2024-05-14 15:15:53 +0100 | |
commit | 78eb8ac9cf4108c5e2b9c20f1ea8c59cf674a7ca (patch) | |
tree | 58c5f51c6715602ff00af6f3cd39c41fa7a3d71b | |
parent | Move AlertManager to pydis.wtf (diff) |
Update Ansible Prometheus to point to pydis.wtf alertmanager
-rw-r--r-- | ansible/host_vars/lovelace/prometheus.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ansible/host_vars/lovelace/prometheus.yml b/ansible/host_vars/lovelace/prometheus.yml index 71005fb..6f8db3c 100644 --- a/ansible/host_vars/lovelace/prometheus.yml +++ b/ansible/host_vars/lovelace/prometheus.yml @@ -11,7 +11,7 @@ prometheus_configuration: - scheme: https static_configs: - targets: - - alertmanager.pythondiscord.com + - alertmanager.pydis.wtf rule_files: - rules.yml |