-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.yaml
35 lines (31 loc) · 1.5 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
settings:
title: 'Status Page'
url: 'https://status.vishnuprasadkuntar.me' # 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: '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: vishnu-kuntar-com # unique identifier
name: vishnu-site
description: 'Check Whether dev is up.' # default=empty
url: 'https://buyology.vishnuprasadkuntar.me/' # URL to fetch
method: GET # default=GET
expectStatus: 200 # operational status, default=200
followRedirect: true # should fetch follow redirects, default=false
linkable: true # allows the title to be a link, default=true
- id: internet-conn
name: check-internet-conn-at-kuntar
description: 'Main site, Cheking Jenkins stat.' # default=empty
url: 'https://jenkins.vishnuprasadkuntar.me' # URL to fetch
method: HEAD # default=GET
expectStatus: 403 # operational status, default=200
followRedirect: true # should fetch follow redirects, default=false
linkable: false # allows the title to be a link, default=true