mirror of
https://github.com/tormachris/cf-workers-status-page.git
synced 2024-11-23 22:45:43 +01:00
Updated config to reflect linkable option
This commit is contained in:
parent
23673587c2
commit
a5a65a7582
@ -22,6 +22,7 @@ monitors:
|
|||||||
method: GET # default=GET
|
method: GET # default=GET
|
||||||
expectStatus: 200 # 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
|
- id: www-cloudflare-com
|
||||||
name: www.cloudflare.com
|
name: www.cloudflare.com
|
||||||
@ -29,6 +30,7 @@ monitors:
|
|||||||
url: 'https://www.cloudflare.com'
|
url: 'https://www.cloudflare.com'
|
||||||
method: GET
|
method: GET
|
||||||
expectStatus: 200
|
expectStatus: 200
|
||||||
|
linkable: true # allows the title to be a link, default=true
|
||||||
|
|
||||||
- id: blog-cloudflare-com
|
- id: blog-cloudflare-com
|
||||||
name: The Cloudflare Blog
|
name: The Cloudflare Blog
|
||||||
|
Loading…
Reference in New Issue
Block a user