2020-11-08 13:56:02 +01:00
|
|
|
settings:
|
2020-11-16 23:58:55 +01:00
|
|
|
title: 'Status Page'
|
2022-05-25 10:58:55 +02:00
|
|
|
url: 'https://status.tormakristof.eu' # used for Slack messages
|
2020-11-12 18:57:42 +01:00
|
|
|
logo: logo-192x192.png # image in ./public/ folder
|
2020-11-13 23:00:53 +01:00
|
|
|
daysInHistogram: 90 # number of days you want to display in histogram
|
2021-01-19 00:18:32 +01:00
|
|
|
collectResponseTimes: true # collects avg response times from CRON locations
|
2020-11-08 13:56:02 +01:00
|
|
|
|
2020-11-16 23:58:55 +01:00
|
|
|
allmonitorsOperational: 'All Systems Operational'
|
|
|
|
notAllmonitorsOperational: 'Not All Systems Operational'
|
|
|
|
monitorLabelOperational: 'Operational'
|
|
|
|
monitorLabelNotOperational: 'Not Operational'
|
|
|
|
monitorLabelNoData: 'No data'
|
|
|
|
dayInHistogramNoData: 'No data'
|
|
|
|
dayInHistogramOperational: 'All good'
|
2020-11-21 22:01:28 +01:00
|
|
|
dayInHistogramNotOperational: ' incident(s)' # xx incident(s) recorded
|
2020-11-08 13:56:02 +01:00
|
|
|
|
|
|
|
monitors:
|
2022-05-25 10:58:55 +02:00
|
|
|
- id: webgateway # unique identifier
|
|
|
|
name: webgateway.tormakristof.eu
|
|
|
|
description: 'On-prem webgateway status' # default=empty
|
|
|
|
url: 'https://tormakristof.eu/' # URL to fetch
|
2020-11-17 00:16:04 +01:00
|
|
|
method: GET # default=GET
|
2022-05-25 10:58:55 +02:00
|
|
|
expectStatus: 301 # operational status, default=200
|
2020-11-17 00:16:04 +01:00
|
|
|
followRedirect: false # should fetch follow redirects, default=false
|
2021-07-22 19:58:33 +02:00
|
|
|
linkable: true # allows the title to be a link, default=true
|