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"; }]; }]; };