-
Notifications
You must be signed in to change notification settings - Fork 2
/
.upptimerc.yml
37 lines (36 loc) · 1.57 KB
/
.upptimerc.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# Change these first
owner: cardano-foundation
repo: cf-explorer-status
sites:
- name: beta.explorer.cardano.org (mainnet frontend)
url: https://beta.explorer.cardano.org/
maxResponseTime: 2000
__dangerous__body_down_if_text_missing: 'Cardano Blockchain Explorer'
expectedStatusCodes:
- 200
- name: mainnet - API
url: https://api.beta.explorer.cardano.org/api/v1/epochs
maxResponseTime: 2000
__dangerous__body_down_if_text_missing: 'IN_PROGRESS'
expectedStatusCodes:
- 200
- name: mainnet - Auth API
url: https://auth-api.pro.cf-explorer-mainnet.eu-west-1.beta.explorer.cardano.org/api/v1/user/info
maxResponseTime: 2000
expectedStatusCodes:
- 401
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
# cname: demo.upptime.js.org
cname: status.beta.explorer.cardano.org
#baseUrl: /
logoUrl: https://raw.githubusercontent.com/upptime/upptime.js.org/master/static/img/icon.svg
name: cf-explorer-status
introTitle: "**Upptime** is the open-source uptime monitor and status page, powered entirely by GitHub."
introMessage: This is a sample status page which uses **real-time** data from our [GitHub repository](https://github.com/upptime/upptime). No server required — just GitHub Actions, Issues, and Pages. [**Get your own for free**](https://github.com/upptime/upptime)
navbar:
- title: Status
href: /
- title: GitHub
href: https://github.com/$OWNER/$REPO