Skip to content

Commit

Permalink
Update config.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
lixinyang123 committed Nov 12, 2023
1 parent 31eb197 commit 9d45710
Showing 1 changed file with 39 additions and 19 deletions.
58 changes: 39 additions & 19 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,31 +15,51 @@ 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
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: lllxy
name: www.lllxy.net
url: 'https://www.lllxy.net/'
method: GET
expectStatus: 200

- id: www-cloudflare-com
name: www.cloudflare.com
description: 'Built for anything connected to the Internet.'
url: 'https://www.cloudflare.com'
- id: nextcloud
name: cloud.lllxy.net
url: 'https://cloud.lllxy.net/'
method: GET
expectStatus: 200

- id: conchbrain
name: www.conchbrain.club
url: 'https://www.conchbrain.club/'
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/'
- id: cloudshell
name: cloudshell.conchbrain.club
url: 'https://cloudshell.conchbrain.club/'
method: GET
expectStatus: 200

- id: lllxy
name: My Blog
url: 'https://www.lllxy.net/'
- id: music
name: music.conchbrain.club
url: 'https://music.conchbrain.club/'
method: GET
expectStatus: 200

- id: mixstore
name: mixstore.conchbrain.club
url: 'https://mixstore.conchbrain.club/'
method: GET
expectStatus: 200

- id: mixapi
name: mixapi.conchbrain.club
url: 'https://mixapi.conchbrain.club/'
method: GET
expectStatus: 200

- id: mixproxy2
name: proxy2.conchbrain.club
url: 'https://proxy2.conchbrain.club/'
method: GET
expectStatus: 200

0 comments on commit 9d45710

Please sign in to comment.