-
Notifications
You must be signed in to change notification settings - Fork 2
/
.upptimerc.yml
105 lines (90 loc) · 3.45 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
owner: sudoblockio
repo: icon-status-page
sites:
# GLOBAL MAINNET
- name: Prod Mainnet Tracker Frontend
url: https://tracker.icon.community/
headers:
- "User-Agent: icon uptime"
- name: Prod Mainnet API
url: https://tracker.icon.community/api/v1/logs?method=Remove&limit=100&address=cxa0af3165c08318e988cb30993b3048335b94af6c
headers:
- "User-Agent: icon uptime"
- name: Prod Mainnet Blocks Service (WS)
check: "ws"
maxResponseTime: 10000
url: https://tracker.icon.community/ws/v1/blocks
- name: Prod Mainnet Governance Service
url: https://tracker.icon.community/api/v1/governance/preps
headers:
- "User-Agent: icon uptime"
- name: Prod Mainnet Contracts Service
url: https://tracker.icon.community/api/v1/contracts
headers:
- "User-Agent: icon uptime"
- name: Prod Mainnet API
url: https://tracker.icon.community/api/v1/blocks
headers:
- "User-Agent: icon uptime"
- name: Prod Mainnet Governance Service
url: https://tracker.icon.community/api/v1/governance/preps
- name: Prod Mainnet Contracts Service
url: https://tracker.icon.community/api/v1/contracts
- name: Prod Mainnet RPC
url: https://api.icon.community/api/v3
method: POST
body: '{"jsonrpc": "2.0","method": "icx_getLastBlock","id": 1234}'
- name: Prod Mainnet Cluster1 RPC
url: https://cluster1.api.mainnet.icon.community/api/v3
method: POST
body: '{"jsonrpc": "2.0","method": "icx_getLastBlock","id": 1234}'
- name: Prod Mainnet Singapore RPC
url: https://api.mainnet.sng.vultr.icon.community/api/v3
method: POST
body: '{"jsonrpc": "2.0","method": "icx_getLastBlock","id": 1234}'
- name: Prod Lisbon RPC
url: https://api.lisbon.icon.community/api/v3
method: POST
body: '{"jsonrpc": "2.0","method": "icx_getLastBlock","id": 1234}'
- name: Prod Lisbon Cluster1 RPC
url: https://cluster1.api.lisbon.icon.community/api/v3
method: POST
body: '{"jsonrpc": "2.0","method": "icx_getLastBlock","id": 1234}'
- name: Prod Lisbon Singapore RPC
url: https://api.lisbon.sng.vultr.icon.community/api/v3
method: POST
body: '{"jsonrpc": "2.0","method": "icx_getLastBlock","id": 1234}'
- name: Prod Berlin RPC
url: https://api.berlin.icon.community/api/v3
method: POST
body: '{"jsonrpc": "2.0","method": "icx_getLastBlock","id": 1234}'
- name: Prod Berlin Cluster1 RPC
url: https://cluster1.api.berlin.icon.community/api/v3
method: POST
body: '{"jsonrpc": "2.0","method": "icx_getLastBlock","id": 1234}'
- name: Prod Berlin Singapore RPC
url: https://api.berlin.sng.vultr.icon.community/api/v3
method: POST
body: '{"jsonrpc": "2.0","method": "icx_getLastBlock","id": 1234}'
status-website:
links:
- rel: stylesheet
href: https://rheannone.github.io/CSS/css/icon-status_dark-theme.css
cname: tracker.status.icon.community
logoUrl: https://raw.githubusercontent.com/sudoblockio/icon-status-page/main/assets/icon-logo.png
name: ICON Blockchain
introTitle: |
Status page for the **ICON Blockchain**
Endpoints supported by **sudoblock**
favicon: https://raw.githubusercontent.com/sudoblockio/icon-status-page/master/assets/icon-favicon.png
metaTags:
- name: "ICON Status"
- content: "noIndex"
introMessage: |
navbar:
- title: Status
href: /
- title: Grafana
href: https://tracker.grafana.icon.community
- title: GitHub
href: https://github.com/$OWNER/icon-explorer