diff --git a/config.yaml b/config.yaml index cb3e7b4fc..ec7ca89a0 100644 --- a/config.yaml +++ b/config.yaml @@ -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