forked from DGNum/infrastructure
fix(stateless-uptime-kuma): Correct probes for ollama and s3-api
This commit is contained in:
parent
7875007a4f
commit
e0eb7bbf7c
1 changed files with 10 additions and 0 deletions
|
@ -46,6 +46,16 @@ let
|
||||||
accepted_statuscodes = [ "401" ];
|
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" = {
|
"api.meet.dgnum.eu" = {
|
||||||
keyword = "Crab Fit API";
|
keyword = "Crab Fit API";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue