From 38f69300bb30009cf75e3b6b769b31e4b6287d63 Mon Sep 17 00:00:00 2001 From: Astro Date: Sun, 18 Dec 2022 03:19:40 +0100 Subject: [PATCH] prometheus: update alert2muc url --- hosts/prometheus/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/prometheus/default.nix b/hosts/prometheus/default.nix index 943e9245..81bb23b6 100644 --- a/hosts/prometheus/default.nix +++ b/hosts/prometheus/default.nix @@ -39,7 +39,7 @@ "receivers" = [{ "name" = "xmpp"; "webhook_configs" = [{ - "url" = "http://127.0.0.1:9022/"; + "url" = "http://127.0.0.1:9022/alert"; }]; }]; };