From 33dbfbced22969b8077dcd4cf0fe63d1e6f29ce6 Mon Sep 17 00:00:00 2001 From: SebastianStork Date: Sun, 29 Jun 2025 21:39:29 +0200 Subject: [PATCH] gatus: use fallback alerting provider when monitoring endpoints are down --- modules/system/services/gatus.nix | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/modules/system/services/gatus.nix b/modules/system/services/gatus.nix index fc09d0d..724effa 100644 --- a/modules/system/services/gatus.nix +++ b/modules/system/services/gatus.nix @@ -103,6 +103,17 @@ in success-threshold = 2; send-on-resolved = true; }; + overrides = [ + { + group = "Monitoring"; + topic = "stork-atlas"; + url = "https://ntfy.sh"; + default-alert = { + failure-threshold = 1; + success-threshold = 1; + }; + } + ]; }; maintenance = {