Skip to content

Commit

Permalink
Update config.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jayzrc authored Feb 4, 2024
1 parent 6a21aa1 commit ee188c5
Showing 1 changed file with 21 additions and 5 deletions.
26 changes: 21 additions & 5 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,35 @@ settings:
dayInHistogramNotOperational: ' incident(s)' # xx incident(s) recorded

monitors:
- id: main-website # unique identifier
- id: Website # unique identifier
name: qruva.pl
description: 'Owner`s website.' # default=empty
url: 'https://qruva.pl/' # 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
linkable: true # allows the title to be a link, default=true

- id: hi-bot
name: Discord Interactions API For Hi.
- id: Moonrise
name: moonrise.qruva.pl
description: 'Built with Cloudflare Workers And nodeJS.'
url: 'https://hi.qruva.pl/'
url: 'https://moonrise.qruva.pl/'
method: GET
expectStatus: 200
linkable: false

- id: CDN
name: cdn.qruva.pl
description: Image Uploader
url: 'https://cdn.qruva.pl'
method: GET
expectStatus: 200
linkable: false

- id: AI
name: ai.qruva.pl
description: "Ai Core"
url: 'https://ai.qruva.pl'
method: GET
expectStatus: 200
linkable: false

0 comments on commit ee188c5

Please sign in to comment.