From 81b35546c3f7d435912ed650a98cae804a7128b2 Mon Sep 17 00:00:00 2001 From: My Name is Tito Date: Sun, 6 Feb 2022 19:32:57 +1300 Subject: [PATCH] updated --- config.yaml | 35 ++++++++++++++++++++++++----------- wrangler.toml | 2 +- 2 files changed, 25 insertions(+), 12 deletions(-) diff --git a/config.yaml b/config.yaml index ec7ca89..bd98f09 100644 --- a/config.yaml +++ b/config.yaml @@ -1,5 +1,5 @@ settings: - title: 'Status Page' + title: 'Killzone Gaming Status' url: 'https://status-page.eidam.dev' # used for Slack messages logo: logo-192x192.png # image in ./public/ folder daysInHistogram: 90 # number of days you want to display in histogram @@ -15,25 +15,38 @@ settings: dayInHistogramNotOperational: ' incident(s)' # xx incident(s) recorded monitors: - - 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 + - id: www-kzg-gg # unique identifier + name: kzg.gg | Killzone Gaming Forums + description: '' # default=empty + url: 'https://kzg.gg' # 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 + - id: www-bans-kzg-gg + name: bans.kzg.gg | Killzone Gaming SourceBans description: 'Built for anything connected to the Internet.' - url: 'https://www.cloudflare.com' + url: 'https://stats.kzg.gg' 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/' + - id: stats-kzg-gg + name: stats.kzg.gg | Killzone Gaming Statistics + url: 'https://stats.kzg.gg' + method: GET + expectStatus: 200 + + - id: steamid-kzg-gg + name: steamid.kzg.gg | Killzone Gaming SteamID + url: 'https://steamid.kzg.gg' + method: GET + expectStatus: 200 + + + - id: shorturl-kzg-gg + name: kzg.link | Killzone Gaming URL Shortner + url: 'https://kzg.link' method: GET expectStatus: 200 diff --git a/wrangler.toml b/wrangler.toml index cfea8f0..2ed92a9 100644 --- a/wrangler.toml +++ b/wrangler.toml @@ -6,7 +6,7 @@ webpack_config = "node_modules/flareact/webpack" compatibility_date = "2021-07-23" [triggers] -crons = ["* * * * *"] +crons = ["*/2 * * * *"] [site] bucket = "out"