forked from eidam/cf-workers-status-page
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yaml
57 lines (51 loc) · 2.32 KB
/
config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
settings:
title: 'Monitoramento sites da OKAD'
url: 'https://status-page.okad.workers.dev/' # 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
allmonitorsOperational: 'Todos os sites estão online'
notAllmonitorsOperational: 'Alguns sites estão offline'
monitorLabelOperational: 'Online'
monitorLabelNotOperational: 'Offline'
monitorLabelNoData: 'Sem dados'
dayInHistogramNoData: 'Sem dados'
dayInHistogramOperational: 'Tudo ok'
dayInHistogramNotOperational: ' incidente(s)' # xx incident(s) recorded
monitors:
- id: okad-homepage # unique identifier
name: OKAD
description: 'Página inicial da OKAD' # default=empty
url: 'https://www.okad.com.br/' # URL to fetch
method: GET # default=GET
expectStatus: 200 # operational status, default=200
followRedirect: false # should fetch follow redirects, default=false
linkable: true # allows the title to be a link, default=true
- id: https://www.drapatriciacavalcante.com.br/ # unique identifier
name: Dra Patricia Cavalcante
description: '' # default=empty
url: 'https://www.drapatriciacavalcante.com.br/' # URL to fetch
method: GET # default=GET
expectStatus: 200 # operational status, default=200
followRedirect: false # should fetch follow redirects, default=false
linkable: true # allows the title to be a link, default=true
- 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
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