From efe6da55822fd4c3fb3ab1ecb36f9cf183d8b1b9 Mon Sep 17 00:00:00 2001 From: SebastianStork Date: Fri, 20 Jun 2025 11:45:49 +0200 Subject: [PATCH] Don't notify on healthchecks.io --- modules/system/services/gatus.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/system/services/gatus.nix b/modules/system/services/gatus.nix index e7347e2..b749df3 100644 --- a/modules/system/services/gatus.nix +++ b/modules/system/services/gatus.nix @@ -124,7 +124,6 @@ in group = "Monitoring"; url = "https://hc-ping.com/\${HEALTHCHECKS_PING_KEY}/gatus-uptime?create=1"; interval = "2h"; - alerts = [ { type = "ntfy"; } ]; conditions = [ "[STATUS] == 200" ]; } ]