forked from eidam/cf-workers-status-page
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
107 lines (92 loc) · 2.95 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
settings:
title: 'Rotaract Mora | Cyber Status'
url: 'https://status-page.eidam.dev' # used for Slack messages
logo: logo-192x192.png # image in ./public/ folder
daysInHistogram: 30 # number of days you want to display in histogram
collectResponseTimes: true # collects avg response times from CRON locations
allmonitorsOperational: 'All Systems Operational'
notAllmonitorsOperational: 'Not All Systems Operational'
monitorLabelOperational: 'Operational'
monitorLabelNotOperational: 'Not Operational'
monitorLabelNoData: 'No data'
dayInHistogramNoData: 'No data'
dayInHistogramOperational: 'All good'
dayInHistogramNotOperational: ' incident(s)' # xx incident(s) recorded
monitors:
- id: rotaractmora-blog # unique identifier
name: blog.rotaractmora.org
description: 'Official Blog of Rotaract Mora' # default=empty
url: 'https://blog.rotaractmora.org/' # URL to fetch
method: GET # default=GET
expectStatus: 200 # operational status, default=200
followRedirect: false # should fetch follow redirects, default=false
- id: rotaractmora-web
name: rotaractmora.org
description: 'Official Website of RotaractMora'
url: 'https://www.rotaractmora.org'
followRedirect: true
method: GET
expectStatus: 200
- id: rotaractmora-linkR
name: LinkR Platform
url: 'https://linkr.rotaractmora.org/'
method: GET
expectStatus: 200
- id: rotaractmora-manusath-contrib-0
name: Manusath Handa | Contributors Portal
url: 'https://portal.manusathhanda.rotaractmora.org'
followRedirect: true
method: GET
expectStatus: 200
- id: rotaractmora-mun
name: Rotaract Mora MUN
url: 'https://mun.rotaractmora.org/'
method: GET
expectStatus: 200
- id: rotaractmora-manusath
name: Manusath Handa E-Library
url: 'https://manusathhanda.rotaractmora.org/'
method: GET
expectStatus: 200
- id: rotaractmora-nena-aruna
name: Nena Aruna
url: 'https://nenaaruna.rotaractmora.org/'
method: GET
expectStatus: 200
- id: rotaractmora-learnyou
name: Learn You
url: 'https://learnyou.rotaractmora.org/'
method: GET
expectStatus: 200
- id: rotaractmora-rur
name: Are You Ready Platform
url: 'https://rur.rotaract.social/'
method: GET
expectStatus: 200
- id: rotaract-social-platform
name: Social Links
url: 'https://rotaract.social'
method: GET
followRedirect: true
expectStatus: 200
- id: rotaractmora-indiretto
name: Indiretto
url: 'https://indiretto.rotaractmora.org/'
method: GET
expectStatus: 200
- id: rotaractmora-scholar
name: Scholar
url: 'https://scholar.rotaractmora.org/'
method: GET
expectStatus: 200
- id: cast4
name: CAST4 Website
url: 'https://cast4.rotaractmora.org/'
method: GET
expectStatus: 200
- id: datastorm
name: DataStorm Website
url: 'https://datastorm.rotaract.social'
method: GET
followRedirect: true
expectStatus: 200