diff --git a/hosts/prometheus/default.nix b/hosts/prometheus/default.nix index 75be9df1..61db242e 100644 --- a/hosts/prometheus/default.nix +++ b/hosts/prometheus/default.nix @@ -31,14 +31,14 @@ "group_wait" = "1m"; "group_interval" = "1m"; "repeat_interval" = "4h"; - # "receiver" = "xmpp"; + "receiver" = "xmpp"; }; - # "receivers" = [{ - # "name" = "xmpp"; - # "webhook_configs" = with config.services.prometheus.xmpp-alerts.settings; [{ - # "url" = "http://127.0.0.1:9022/"; - # }]; - # }]; + "receivers" = [{ + "name" = "xmpp"; + "webhook_configs" = with config.services.prometheus.xmpp-alerts.settings; [{ + "url" = "http://127.0.0.1:9022/"; + }]; + }]; }; };