Skip to content

Commit

Permalink
Update .upptimerc.yml (+ code 401)
Browse files Browse the repository at this point in the history
MLflow UI returns 401 (Unauthorized), added that as expectedStatusCodes
  • Loading branch information
vykozlov authored Feb 3, 2024
1 parent bbe07df commit f46bd3e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .upptimerc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ sites:
icon: https://raw.githubusercontent.com/m-team-kit/templates-hub/main/pictures/cookiecutter_simple_small.png
# cookiecutter-web API (Templates Hub)
- name: Software template generator generator (API) (Templates Hub)
url: https://templates.cloud.ai4eosc.eu/api/v1/
url: https://templates.services.fedcloud.eu/api/latest/docs
icon: https://upload.wikimedia.org/wikipedia/commons/a/ab/Swagger-logo.png
# cookiecutter-web Frontend (AI4EOSC)
- name: Software template generator (WebApp) (AI4EOSC)
Expand All @@ -18,10 +18,16 @@ sites:
# mlflow instance (AI4EOSC)
- name: MLflow UI (AI4EOSC)
url: https://mlflow.dev.ai4eosc.eu/
expectedStatusCodes:
- 200
- 401
icon: https://raw.githubusercontent.com/ai4eosc/status/master/static/logo.png
# mlflow instance (iMagine)
- name: MLflow UI (iMagine)
url: https://mlflow.dev.imagine-ai.eu/
expectedStatusCodes:
- 200
- 401
icon: https://cdn.imagine-ai.eu/app/uploads/2023/02/logo-imagine-full-blue.png
assignees: # Users to assign downtime issues (optional)
- vykozlov
Expand Down

0 comments on commit f46bd3e

Please sign in to comment.