forked from eidam/cf-workers-status-page
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yaml
38 lines (36 loc) · 1.75 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
settings:
title: 'Hanabi Status Page'
url: 'https://status.sayhuahuo.com' # 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: '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)' # xx incident(s) recorded
monitors:
- id: hanabi-main # unique identifier
name: 花火学园
description: '花火学园 - 主站' # default=empty
url: 'https://www.sayhuahuo.xyz/' # URL to fetch
method: GET # default=GET
expectStatus: 200 # operational status, default=200
followRedirect: true # should fetch follow redirects, default=false
- id: hanabi-backup # unique identifier
name: 花火学园 - 备用
description: '花火学园 - 备用域名' # default=empty
url: 'https://www.sayhuahuo.net/' # URL to fetch
method: GET # default=GET
expectStatus: 200 # operational status, default=200
followRedirect: true # should fetch follow redirects, default=false
- id: hanabi-images # unique identifier
name: 花火学园 - 图床
description: '花火学园 - 图床' # default=empty
url: 'https://www.sayhuahuo.xyz/images/images/2021/11/25/COzS3CaIaj/%E5%95%86%E5%BA%97%E8%A1%97.png' # URL to fetch
method: GET # default=GET
expectStatus: 200 # operational status, default=200
followRedirect: true # should fetch follow redirects, default=false