1
0
mirror of https://github.com/tormachris/cf-workers-status-page.git synced 2024-11-23 22:45:43 +01:00

update application config

This commit is contained in:
Torma Kristóf 2022-05-25 10:58:55 +02:00 committed by GitHub
parent 7813ff93ac
commit aa76e3f1ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
settings: settings:
title: 'Status Page' title: 'Status Page'
url: 'https://status-page.eidam.dev' # used for Slack messages url: 'https://status.tormakristof.eu' # used for Slack messages
logo: logo-192x192.png # image in ./public/ folder logo: logo-192x192.png # image in ./public/ folder
daysInHistogram: 90 # number of days you want to display in histogram daysInHistogram: 90 # number of days you want to display in histogram
collectResponseTimes: true # collects avg response times from CRON locations collectResponseTimes: true # collects avg response times from CRON locations
@ -15,25 +15,19 @@ settings:
dayInHistogramNotOperational: ' incident(s)' # xx incident(s) recorded dayInHistogramNotOperational: ' incident(s)' # xx incident(s) recorded
monitors: monitors:
- id: workers-cloudflare-com # unique identifier - id: webgateway # unique identifier
name: workers.cloudflare.com name: webgateway.tormakristof.eu
description: 'You write code. They handle the rest.' # default=empty description: 'On-prem webgateway status' # default=empty
url: 'https://workers.cloudflare.com/' # URL to fetch url: 'https://tormakristof.eu/' # URL to fetch
method: GET # default=GET method: GET # default=GET
expectStatus: 200 # operational status, default=200 expectStatus: 301 # operational status, default=200
followRedirect: false # should fetch follow redirects, default=false followRedirect: false # should fetch follow redirects, default=false
linkable: false # allows the title to be a link, default=true linkable: true # allows the title to be a link, default=true
- id: www-cloudflare-com - id: vzelenka
name: www.cloudflare.com name: vzelenka.tormakristof.eu
description: 'Built for anything connected to the Internet.' description: 'vZelenka status'
url: 'https://www.cloudflare.com' url: 'https://neko.tormakristof.eu'
method: GET method: GET
expectStatus: 200 expectStatus: 200
linkable: true # allows the title to be a link, default=true linkable: true # allows the title to be a link, default=true
- id: blog-cloudflare-com
name: The Cloudflare Blog
url: 'https://blog.cloudflare.com/'
method: GET
expectStatus: 200