Updated config to reflect linkable option

This commit is contained in:
Marcello Bachechi 2021-07-22 11:58:33 -06:00 committed by Adam Janiš
parent 23673587c2
commit a5a65a7582
1 changed files with 2 additions and 0 deletions

View File

@ -22,6 +22,7 @@ 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: www-cloudflare-com
name: www.cloudflare.com
@ -29,6 +30,7 @@ monitors:
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