From d6476e3ff8b00dd744b4706336e0cb851f06c5bb Mon Sep 17 00:00:00 2001 From: Pavel Ustinov <30577496+ustinovp@users.noreply.github.com> Date: Wed, 21 Aug 2024 08:48:52 +0200 Subject: [PATCH 1/6] Update config.yaml --- config.yaml | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) diff --git a/config.yaml b/config.yaml index ec7ca89a0..870c08d11 100644 --- a/config.yaml +++ b/config.yaml @@ -15,25 +15,11 @@ settings: dayInHistogramNotOperational: ' incident(s)' # xx incident(s) recorded monitors: - - id: workers-cloudflare-com # unique identifier - name: workers.cloudflare.com + - id: slotegrator-pro # unique identifier + name: slotegrator.pro description: 'You write code. They handle the rest.' # default=empty url: 'https://workers.cloudflare.com/' # 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 - 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 - - - id: blog-cloudflare-com - name: The Cloudflare Blog - url: 'https://blog.cloudflare.com/' - method: GET - expectStatus: 200 From dcbbd60928b8f932d04cf39eff583a9d90f7da2e Mon Sep 17 00:00:00 2001 From: Pavel Ustinov <30577496+ustinovp@users.noreply.github.com> Date: Wed, 21 Aug 2024 09:06:03 +0200 Subject: [PATCH 2/6] Update config.yaml --- config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.yaml b/config.yaml index 870c08d11..56709e881 100644 --- a/config.yaml +++ b/config.yaml @@ -17,8 +17,8 @@ settings: monitors: - id: slotegrator-pro # unique identifier name: slotegrator.pro - description: 'You write code. They handle the rest.' # default=empty - url: 'https://workers.cloudflare.com/' # URL to fetch + description: 'Main commercial website' # default=empty + url: 'https://slotegrator.pro/' # URL to fetch method: GET # default=GET expectStatus: 200 # operational status, default=200 followRedirect: false # should fetch follow redirects, default=false From 0ac5f9f0be5e8a4fe6be5f9892dc2c09c3906e62 Mon Sep 17 00:00:00 2001 From: Pavel Ustinov <30577496+ustinovp@users.noreply.github.com> Date: Wed, 21 Aug 2024 09:09:31 +0200 Subject: [PATCH 3/6] Update config.yaml --- config.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/config.yaml b/config.yaml index 56709e881..5ac7cf8c1 100644 --- a/config.yaml +++ b/config.yaml @@ -23,3 +23,13 @@ monitors: 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: static-slotegrator-pro # unique identifier + name: static.slotegrator.pro + description: 'Img storage for main website' # default=empty + url: 'https://static.slotegrator.pro/' # 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 + From 4a89c8a42b4cc6483fb0b89a2a1085a058c6ea7d Mon Sep 17 00:00:00 2001 From: Pavel Ustinov <30577496+ustinovp@users.noreply.github.com> Date: Wed, 21 Aug 2024 09:19:58 +0200 Subject: [PATCH 4/6] Update config.yaml --- config.yaml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/config.yaml b/config.yaml index 5ac7cf8c1..9fbba4d86 100644 --- a/config.yaml +++ b/config.yaml @@ -31,5 +31,13 @@ monitors: 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: onlinegamblinglicense-org # unique identifier + name: onlinegamblinglicense.org + description: 'Img storage for main website' # default=empty + url: 'https://onlinegamblinglicense.org/' # 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 - From 59b569ca1e2ce3cbcfe5f7803093910732f5cf58 Mon Sep 17 00:00:00 2001 From: Pavel Ustinov <30577496+ustinovp@users.noreply.github.com> Date: Wed, 21 Aug 2024 09:33:45 +0200 Subject: [PATCH 5/6] Update wrangler.toml --- wrangler.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wrangler.toml b/wrangler.toml index cfea8f0dc..2ed92a91e 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" From 26d7d47125147e6f1370e520bab23ea1ce66dfe5 Mon Sep 17 00:00:00 2001 From: Pavel Ustinov <30577496+ustinovp@users.noreply.github.com> Date: Wed, 21 Aug 2024 10:32:54 +0200 Subject: [PATCH 6/6] Update config.yaml --- config.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/config.yaml b/config.yaml index 9fbba4d86..0dd16d946 100644 --- a/config.yaml +++ b/config.yaml @@ -21,8 +21,8 @@ monitors: url: 'https://slotegrator.pro/' # 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 + #followRedirect: false # should fetch follow redirects, default=false + #linkable: false # allows the title to be a link, default=true - id: static-slotegrator-pro # unique identifier name: static.slotegrator.pro @@ -30,14 +30,14 @@ monitors: url: 'https://static.slotegrator.pro/' # 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 + #followRedirect: false # should fetch follow redirects, default=false + #linkable: false # allows the title to be a link, default=true - id: onlinegamblinglicense-org # unique identifier name: onlinegamblinglicense.org - description: 'Img storage for main website' # default=empty + description: 'Consulting commercial website' # default=empty url: 'https://onlinegamblinglicense.org/' # 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 + #followRedirect: false # should fetch follow redirects, default=false + #linkable: false # allows the title to be a link, default=true