Skip to content

Commit

Permalink
Add bridge monitors
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximilianGaedig committed Aug 12, 2022
1 parent 88617f3 commit 73d06a5
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,21 @@ monitors:
url: 'https://maximiliangaedig.com/_matrix'
method: GET
expectStatus: 404
linkable: false

- id: mautrix-telegram
name: Matrix Telegram
description: 'Matrix to telegram bridge'
url: 'https://maximiliangaedig.com/matrix/mautrix-telegram/login'
method: GET
expectStatus: 401
linkable: false

- id: mautrix-facebook
name: Matrix Facebook
description: 'Matrix to facebook messenger bridge'
url: 'https://maximiliangaedig.com/matrix/mautrix-facebook/login'
method: GET
expectStatus: 403
linkable: false

0 comments on commit 73d06a5

Please sign in to comment.