From 73d06a5056ab57e2ebc1e05c678f0f29ae21d1a7 Mon Sep 17 00:00:00 2001 From: Maximilian Gaedig Date: Fri, 12 Aug 2022 14:31:14 +0200 Subject: [PATCH] Add bridge monitors --- config.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/config.yaml b/config.yaml index 197b8aa5c..1c1e7db42 100644 --- a/config.yaml +++ b/config.yaml @@ -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