Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update config.yaml #153

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 23 additions & 19 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,25 +15,29 @@ 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: slotegrator-pro # unique identifier
name: slotegrator.pro
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
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: 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
- 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

- id: onlinegamblinglicense-org # unique identifier
name: onlinegamblinglicense.org
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
2 changes: 1 addition & 1 deletion wrangler.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ webpack_config = "node_modules/flareact/webpack"
compatibility_date = "2021-07-23"

[triggers]
crons = ["* * * * *"]
crons = ["*/2 * * * *"]

[site]
bucket = "out"
Expand Down