fix(stateless-uptime-kuma): Correct probes for ollama and s3-api
Some checks failed
build configuration / build_and_cache_rescue01 (push) Failing after 1m8s
build configuration / build_and_cache_geo01 (push) Successful in 1m9s
build configuration / build_and_cache_geo02 (push) Successful in 1m10s
build configuration / build_and_cache_storage01 (push) Successful in 1m24s
build configuration / build_and_cache_vault01 (push) Successful in 1m26s
build configuration / build_and_cache_compute01 (push) Successful in 1m39s
lint / check (push) Successful in 25s
build configuration / build_and_cache_web02 (push) Successful in 1m16s
build configuration / build_and_cache_bridge01 (push) Successful in 1m6s
build configuration / build_and_cache_web03 (push) Successful in 1m22s
build configuration / build_and_cache_web01 (push) Successful in 1m47s
Some checks failed
build configuration / build_and_cache_rescue01 (push) Failing after 1m8s
build configuration / build_and_cache_geo01 (push) Successful in 1m9s
build configuration / build_and_cache_geo02 (push) Successful in 1m10s
build configuration / build_and_cache_storage01 (push) Successful in 1m24s
build configuration / build_and_cache_vault01 (push) Successful in 1m26s
build configuration / build_and_cache_compute01 (push) Successful in 1m39s
lint / check (push) Successful in 25s
build configuration / build_and_cache_web02 (push) Successful in 1m16s
build configuration / build_and_cache_bridge01 (push) Successful in 1m6s
build configuration / build_and_cache_web03 (push) Successful in 1m22s
build configuration / build_and_cache_web01 (push) Successful in 1m47s
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" ];
|
||||
};
|
||||
|
||||
"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";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue