Skip to content

Commit

Permalink
Update config.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jayzrc authored Feb 4, 2024
1 parent 51d103d commit 16d44d7
Showing 1 changed file with 11 additions and 17 deletions.
28 changes: 11 additions & 17 deletions config.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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

0 comments on commit 16d44d7

Please sign in to comment.