1
0
mirror of https://github.com/tormachris/cf-workers-status-page.git synced 2026-04-02 15:05:36 +02:00

1 Commits

Author SHA1 Message Date
dependabot[bot]
de5e9dcab0 chore(deps): bump follow-redirects from 1.13.0 to 1.14.8
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.13.0 to 1.14.8.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.13.0...v1.14.8)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-13 21:03:12 +00:00
4 changed files with 25 additions and 11 deletions

View File

@@ -1,6 +1,6 @@
settings: settings:
title: 'Status Page' title: 'Status Page'
url: 'https://status.tormakristof.eu' # used for Slack messages url: 'https://status-page.eidam.dev' # used for Slack messages
logo: logo-192x192.png # image in ./public/ folder logo: logo-192x192.png # image in ./public/ folder
daysInHistogram: 90 # number of days you want to display in histogram daysInHistogram: 90 # number of days you want to display in histogram
collectResponseTimes: true # collects avg response times from CRON locations collectResponseTimes: true # collects avg response times from CRON locations
@@ -15,11 +15,25 @@ settings:
dayInHistogramNotOperational: ' incident(s)' # xx incident(s) recorded dayInHistogramNotOperational: ' incident(s)' # xx incident(s) recorded
monitors: monitors:
- id: webgateway # unique identifier - id: workers-cloudflare-com # unique identifier
name: webgateway.tormakristof.eu name: workers.cloudflare.com
description: 'On-prem webgateway status' # default=empty description: 'You write code. They handle the rest.' # default=empty
url: 'https://tormakristof.eu/' # URL to fetch url: 'https://workers.cloudflare.com/' # URL to fetch
method: GET # default=GET method: GET # default=GET
expectStatus: 301 # 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
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 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

View File

@@ -64,7 +64,7 @@ export async function notifySlack(monitor, operational) {
} }
export async function notifyTelegram(monitor, operational) { export async function notifyTelegram(monitor, operational) {
const text = `Monitor *${monitor.name.replaceAll( const text = `Monitor *${monitor.name.replace(
'-', '-',
'\\-', '\\-',
)}* changed status to *${getOperationalLabel(operational)}* )}* changed status to *${getOperationalLabel(operational)}*

View File

@@ -6,7 +6,7 @@ webpack_config = "node_modules/flareact/webpack"
compatibility_date = "2021-07-23" compatibility_date = "2021-07-23"
[triggers] [triggers]
crons = ["*/2 * * * *"] crons = ["* * * * *"]
[site] [site]
bucket = "out" bucket = "out"

View File

@@ -3164,9 +3164,9 @@ flush-write-stream@^1.0.0:
readable-stream "^2.3.6" readable-stream "^2.3.6"
follow-redirects@^1.0.0: follow-redirects@^1.0.0:
version "1.13.0" version "1.14.8"
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.13.0.tgz#b42e8d93a2a7eea5ed88633676d6597bc8e384db" resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.8.tgz#016996fb9a11a100566398b1c6839337d7bfa8fc"
integrity sha512-aq6gF1BEKje4a9i9+5jimNFIpq4Q1WiwBToeRK5NvZBd/TRsmW8BsJfOEGkr76TbOyPVD3OVDN910EcUNtRYEA== integrity sha512-1x0S9UVJHsQprFcEC/qnNzBLcIxsjAV905f/UkQxbclCsoTWlacCNOpQa/anodLl2uaEKFhfWOvM2Qg77+15zA==
for-in@^1.0.2: for-in@^1.0.2:
version "1.0.2" version "1.0.2"