Skip to content

Commit

Permalink
Update .upptimerc.yml (templ.hub, mlflow)
Browse files Browse the repository at this point in the history
Add for monitoring:

* Templates Hub
* MLflow UI (AI4EOSC)
* MLflow UI (iMagine)
  • Loading branch information
vykozlov authored Feb 3, 2024
1 parent 0be6132 commit 357b289
Showing 1 changed file with 23 additions and 11 deletions.
34 changes: 23 additions & 11 deletions .upptimerc.yml
Original file line number Diff line number Diff line change
@@ -1,30 +1,42 @@
# Change these first
owner: m-team-kit # Your GitHub organization or username, where this repository lives
repo: templates-status # The name of this repository
repo: status-ai # The name of this repository

sites:
# cookiecutter-web Frontend
- name: AI repository template generator (WebApp)
# cookiecutter-web Frontend (Templates Hub)
- name: Software template generator (WebApp) (Templates Hub)
url: https://templates.services.fedcloud.eu/
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/
icon: https://upload.wikimedia.org/wikipedia/commons/a/ab/Swagger-logo.png
# cookiecutter-web Frontend (AI4EOSC)
- name: Software template generator (WebApp) (AI4EOSC)
url: https://templates.cloud.ai4eosc.eu/
icon: https://raw.githubusercontent.com/ai4eosc/status/master/static/logo.png
# cookiecutter-web API
#- name: AI repository template generator (API)
# url: https://templates.cloud.ai4eosc.eu/api/v1/
# icon: https://upload.wikimedia.org/wikipedia/commons/a/ab/Swagger-logo.png
# mlflow instance (AI4EOSC)
- name: MLflow UI (AI4EOSC)
url: https://mlflow.dev.ai4eosc.eu/
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/
icon: https://cdn.imagine-ai.eu/app/uploads/2023/02/logo-imagine-full-blue.png
assignees: # Users to assign downtime issues (optional)
- vykozlov
- BorjaEst
status-website:
# Add your custom domain name, or remove the `cname` line if you don't have a domain
# Uncomment the `baseUrl` line if you don't have a custom domain and add your repo name there
#c.n.a.m.e.: demo.upptime.js.org
baseUrl: /templates-status
baseUrl: /status-ai
#logoUrl: https://raw.githubusercontent.com/upptime/upptime.js.org/master/static/img/icon.svg
name: Status monitoring for the AI repository template service
introTitle: "Status monitoring for the AI repository template service"
name: Status monitoring for the AI-related services
introTitle: "Status monitoring for the AI-related services"
introMessage: This is a status page which uses **real-time** data from our [AI repository template service](https://templates.cloud.ai4eosc.eu)
navbar:
- title: Status
- title: Status monitoring
href: /
- title: GitHub
href: https://github.com/$OWNER/$REPO
Expand Down

0 comments on commit 357b289

Please sign in to comment.