This repository has been archived by the owner on May 8, 2024. It is now read-only.
forked from eidam/cf-workers-status-page
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
41 lines (37 loc) · 1.6 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: 'wankmonkey.net • Network Status'
url: 'https://ops-status.nerdperv.net' # 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: workers-cloudflare-com # unique identifier
name: workers.cloudflare.com
description: 'You write code. They handle the rest.' # default=empty
url: 'https://workers.cloudflare.com/' # URL to fetch
method: GET # default=GET
expectStatus: 200 # operational status, default=200
followRedirect: false # should fetch follow redirects, default=false
linkable: false # allows the title to be a link, default=true
- id: jerryflynn-wankmonkey-net
name: Jerry Flynn
description: 'Jerry Flynn the Jellyfin'
url: 'https://jerryflynn.wankmonkey.net/health/'
method: GET
expectStatus: 200
linkable: false # allows the title to be a link, default=true
- id: Argo-Tunnel-1
name: Argo Tunnel 1 (Kub)
description: 'Argo Tunnel 1'
url: 'https://at1.nerdperv.net/'
method: GET
expectStatus: 200
linkable: false # allows the title to be a link, default=true