1
0
mirror of https://github.com/tormachris/cf-workers-status-page.git synced 2024-09-21 05:03:02 +02:00

fix: fix indentation in config.yaml

This commit is contained in:
Adam Janis 2020-11-17 00:16:04 +01:00
parent e92ec0c6ec
commit 9e178fe386

View File

@ -14,13 +14,13 @@ settings:
dayInHistogramNotOperational: 'Some checks failed' dayInHistogramNotOperational: 'Some checks failed'
monitors: monitors:
- id: workers-cloudflare-com # unique identifier - id: workers-cloudflare-com # unique identifier
name: workers.cloudflare.com name: workers.cloudflare.com
description: 'You write code. They handle the rest.' # default=empty description: 'You write code. They handle the rest.' # default=empty
url: 'https://workers.cloudflare.com/' # URL to fetch url: 'https://workers.cloudflare.com/' # URL to fetch
method: GET # default=GET method: GET # default=GET
expectStatus: 200 # operational status, default=200 expectStatus: 200 # operational status, default=200
followRedirect: false # should fetch follow redirects, default=false followRedirect: false # should fetch follow redirects, default=false
- id: www-cloudflare-com - id: www-cloudflare-com
name: www.cloudflare.com name: www.cloudflare.com