From e0eb7bbf7cb5c28742aadcb84d9478351caa5426 Mon Sep 17 00:00:00 2001 From: sinavir Date: Mon, 21 Oct 2024 12:15:44 +0200 Subject: [PATCH] fix(stateless-uptime-kuma): Correct probes for ollama and s3-api --- machines/rescue01/uptime-kuma.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/machines/rescue01/uptime-kuma.nix b/machines/rescue01/uptime-kuma.nix index 6fe099c..43a9120 100644 --- a/machines/rescue01/uptime-kuma.nix +++ b/machines/rescue01/uptime-kuma.nix @@ -46,6 +46,16 @@ let accepted_statuscodes = [ "401" ]; }; + "ollama.beta.dgnum.eu" = { + type = mkForce "http"; + accepted_statuscodes = [ "401" ]; + }; + + "s3-admin.dgnum.eu" = { + type = mkForce "http"; + accepted_statuscodes = [ "400" ]; + }; + "api.meet.dgnum.eu" = { keyword = "Crab Fit API"; };