forked from eidam/cf-workers-status-page
-
Notifications
You must be signed in to change notification settings - Fork 2
/
config.yaml
32 lines (30 loc) · 872 Bytes
/
config.yaml
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
settings:
title: 'LlamaNodes Monitoring'
url: 'https://status.llamanodes.com/'
logo: logo-192x192.png
daysInHistogram: 90
collectResponseTimes: true
allmonitorsOperational: 'All Systems Operational'
notAllmonitorsOperational: 'Not All Systems Operational'
monitorLabelOperational: 'Operational'
monitorLabelNotOperational: 'Not Operational'
monitorLabelNoData: 'No data'
dayInHistogramNoData: 'No data'
dayInHistogramOperational: 'All good'
dayInHistogramNotOperational: ' incident(s)'
monitors:
- id: ETH
name: Ethereum
url: 'https://eth.llamarpc.com/health'
method: GET
expectStatus: 200
- id: POLYGON
name: Polygon
url: 'https://polygon.llamarpc.com/health'
method: GET
expectStatus: 200
- id: BNB
name: BNB Chain
url: 'https://binance.llamarpc.com/health'
method: GET
expectStatus: 200