From 16d44d7a2f30812f6796e1064a3aa60a184d7ec4 Mon Sep 17 00:00:00 2001 From: "qruva.pl" <152004102+jayvsc@users.noreply.github.com> Date: Sun, 4 Feb 2024 16:14:25 +0000 Subject: [PATCH] Update config.yaml --- config.yaml | 28 +++++++++++----------------- 1 file changed, 11 insertions(+), 17 deletions(-) diff --git a/config.yaml b/config.yaml index ec7ca89a0..3bee5a1dd 100644 --- a/config.yaml +++ b/config.yaml @@ -1,6 +1,6 @@ settings: - title: 'Status Page' - url: 'https://status-page.eidam.dev' # used for Slack messages + title: 'Qruva Status' + url: 'https://status.qruva.pl' # 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 @@ -15,25 +15,19 @@ settings: 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 + - id: main-website # unique identifier + name: qruva.pl + description: 'Owner`s website.' # default=empty + url: 'https://qruva.pl/' # 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: 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/' + - id: hi-bot + name: Discord Interactions API For Hi. + description: 'Built with Cloudflare Workers And nodeJS.' + url: 'https://hi.qruva.pl/' method: GET expectStatus: 200 + linkable: false