From 32fcc82875bd3d44c2bb8d9aa9f09de85ed30f7c Mon Sep 17 00:00:00 2001 From: Lauren Lagarde Date: Sun, 24 Aug 2025 23:19:49 -0500 Subject: [PATCH] Add outpost to fortress's gatus config --- systems/fortress/gatus.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/systems/fortress/gatus.nix b/systems/fortress/gatus.nix index 5703d83..ce41e72 100644 --- a/systems/fortress/gatus.nix +++ b/systems/fortress/gatus.nix @@ -99,6 +99,14 @@ conditions = [ "[CONNECTED] == true" ]; alerts = [{ type = "matrix"; }]; } + { + name = "4 - outpost.tinc.mlaga97.space"; + group = "2 - Hosts"; + url = "icmp://10.86.84.106"; + interval = "1m"; + conditions = [ "[CONNECTED] == true" ]; + alerts = [{ type = "matrix"; }]; + } { name = "2 - matrix.public.koshkee.com"; group = "3 - Federation";