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 26, 2023
1 parent 4dea3cd commit e6ab1fd
Showing 1 changed file with 31 additions and 7 deletions.
38 changes: 31 additions & 7 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@ monitors:
linkable: false

- id: conchbrain
name: www.conchbrain.club
name: conchbrain
url: 'https://www.conchbrain.club/'
method: GET
expectStatus: 200
followRedirect: true
linkable: false

- id: cloudshell
name: www.conchbrain.club/#cloudshell
name: cloudshell
url: 'https://cloudshell.conchbrain.club/'
method: GET
expectStatus: 200
Expand All @@ -54,25 +54,49 @@ monitors:
expectStatus: 200
followRedirect: true
linkable: false

- id: kvstorage
name: storage.conchbrain.club
url: 'https://storage.conchbrain.club/'
method: GET
expectStatus: 200
followRedirect: true
linkable: false

- id: cors
name: cors.conchbrain.club
url: 'https://cors.conchbrain.club/'
method: GET
expectStatus: 200
followRedirect: true
linkable: false

- id: proxy
name: proxy.conchbrain.club
url: 'https://proxy.conchbrain.club/'
method: GET
expectStatus: 200
followRedirect: true
linkable: false

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

- id: mixapi
name: www.conchbrain.club/#mixstore
name: mixapi
url: 'https://mixapi.conchbrain.club/'
method: GET
expectStatus: 200
followRedirect: true
linkable: false

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

0 comments on commit e6ab1fd

Please sign in to comment.