generated from upptime/upptime
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.upptimerc.yml
61 lines (59 loc) · 2.03 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
owner: axone-protocol
repo: status
sites:
- name: Axone Web Site
url: "https://axone.xyz"
- name: Axone Documentation Site
url: "https://docs.axone.xyz"
- name: Axone Faucet
url: "https://faucet.okp4.network"
- name: Axone Explorer
url: "https://explore.axone.xyz"
- name: KatAI Landing Page
url: "https://katai.axone.xyz"
- name: KatAI Web App
url: "https://play.katai.axone.xyz"
- name: KatAI backend
url: "https://api.katai.axone.xyz"
headers:
- "Accept: application/json"
- "Content-Type: application/json"
body: "query { noop }"
__dangerous__body_degraded: errors
- name: S3 Axone
url: "https://s3.axone.xyz/you_shall_not_pass.gandalf"
expectedStatusCodes:
- 401
- name: Nemeton Program Web Site
url: "https://nemeton.okp4.network"
- name: RPC dentrite-1
url: "https://api.dentrite.axone.xyz/cosmos/base/tendermint/v1beta1/blocks/latest"
- name: Subquery GraphQL API nemeton-1
method: POST
url: "https://api.subquery.network/sq/okp4/nemeton-1"
headers:
- "Accept: application/json"
- "Content-Type: application/json"
- "Host: api.subquery.network"
body: '{ "query": "{blocks(last: 1) { nodes { chainId height } } }" }'
__dangerous__body_degraded: errors
status-website:
cname: status.axone.xyz
theme: dark
logoUrl: >-
https://raw.githubusercontent.com/axone-protocol/status/main/assets/axone-m0-white-transparent-1024.png
name: ""
favicon: "https://raw.githubusercontent.com/axone-protocol/status/main/assets/favicon.png"
introTitle: "**Axone** status and uptime page"
introMessage: This page shows current status of the Axone services and API.
navbar:
- title: Status
href: /
- title: Axone
href: "https://axone.xyz"
- title: GitHub
href: "https://github.com/$OWNER"
assignees:
- ccamel
i18n:
footer: "[Axone](https://axone.xyz) / [Docs](https://docs.axone.xyz) / [Discord](https://discord.gg/axone) / [X](https://twitter.com/axonexyz) / [Contribute](https://github.com/axone-protocol)"