Skip to content

Commit

Permalink
Updated config to reflect linkable option
Browse files Browse the repository at this point in the history
  • Loading branch information
pilotkid authored and eidam committed Jul 23, 2021
1 parent 2367358 commit a5a65a7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,15 @@ 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
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
Expand Down

0 comments on commit a5a65a7

Please sign in to comment.