forked from eidam/cf-workers-status-page
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yaml
41 lines (36 loc) · 1.42 KB
/
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
33
34
35
36
37
38
39
40
41
settings:
title: '公云 - 站点监控列表'
url: 'https://status-page.eidam.dev' # used for Slack messages
logo: logo-192x192.png # image in ./public/ folder
daysInHistogram: 90 # number of days you want to display in histogram
collectResponseTimes: true # collects avg response times from CRON locations
allmonitorsOperational: '所有站点运行正常'
notAllmonitorsOperational: '有站点状态异常!'
monitorLabelOperational: '运行中'
monitorLabelNotOperational: '宕机中'
monitorLabelNoData: '无数据'
dayInHistogramNoData: '无数据'
dayInHistogramOperational: '很好'
dayInHistogramNotOperational: ' 事件' # xx incident(s) recorded
monitors:
- id: pan-gongyun-xyz # unique identifier
name: pan.gongyun.xyz
description: '公云存储主页' # default=empty
url: 'https://pan.gongyun.xyz/' # URL to fetch
method: GET # default=GET
expectStatus: 200 # operational status, default=200
followRedirect: false # should fetch follow redirects, default=false
linkable: true # allows the title to be a link, default=true
- id: pan-gongyun-xyz-cunchixianlu
name: 独立存储池
url: 'https://nodedrive.gongyun.xyz/'
description: '公云存储独立存储池状态'
method: GET
expectStatus: 404
linkable: false
- id: gytk-lol
name: gytk.lol
description: '短链接转换'
url: 'https://gytk.lol/'
method: GET
expectStatus: 200