From 860bb797fe35ff8022e3983e5d9620150aae2cca Mon Sep 17 00:00:00 2001 From: lizhaoyuan-github3 <139973211+lizhaoyuan-github3@users.noreply.github.com> Date: Sat, 9 Dec 2023 16:25:35 +0800 Subject: [PATCH] Update config.yaml --- config.yaml | 24 ++++++------------------ 1 file changed, 6 insertions(+), 18 deletions(-) diff --git a/config.yaml b/config.yaml index ec7ca89a0..7d9450377 100644 --- a/config.yaml +++ b/config.yaml @@ -1,10 +1,11 @@ settings: title: 'Status Page' - url: 'https://status-page.eidam.dev' # used for Slack messages + url: 'https://www.chickoi.com' # used for Slack & Discord 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 + collectResponseTimes: false # experimental feature, enable only for <5 monitors or on paid plans + # configurable texts across the status page allmonitorsOperational: 'All Systems Operational' notAllmonitorsOperational: 'Not All Systems Operational' monitorLabelOperational: 'Operational' @@ -12,8 +13,9 @@ settings: monitorLabelNoData: 'No data' dayInHistogramNoData: 'No data' dayInHistogramOperational: 'All good' - dayInHistogramNotOperational: ' incident(s)' # xx incident(s) recorded + dayInHistogramNotOperational: 'Some checks failed' +# list of monitors monitors: - id: workers-cloudflare-com # unique identifier name: workers.cloudflare.com @@ -22,18 +24,4 @@ monitors: 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: www-cloudflare-com - name: www.cloudflare.com - description: 'Built for anything connected to the Internet.' - url: 'https://www.cloudflare.com' - method: GET - expectStatus: 200 - 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 + linkable: false # should the titles be links to the service, default=true