From 78eb8ac9cf4108c5e2b9c20f1ea8c59cf674a7ca Mon Sep 17 00:00:00 2001 From: Joe Banks Date: Tue, 14 May 2024 03:41:19 +0100 Subject: Update Ansible Prometheus to point to pydis.wtf alertmanager --- ansible/host_vars/lovelace/prometheus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3