fix(stateless-uptime-kuma): Correct probes for ollama and s3-api

This commit is contained in:
sinavir 2024-10-21 12:15:44 +02:00
parent 7875007a4f
commit e0eb7bbf7c

View file

@ -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";
};