From fc4ced0bc2854d278b375d31388ea99b01787eea Mon Sep 17 00:00:00 2001 From: Sibasis Padhi Date: Tue, 13 Jan 2026 08:23:59 -0600 Subject: [PATCH] docs: add matrix-alertmanager and clarify Matrix integration options Adds matrix-alertmanager as requested and provides clear descriptions for all three Matrix integration options: - go-neb (discontinued but kept for reference) - matrix-alertmanager (simple Alertmanager notifications) - matrix-hookshot (feature-rich webhook bridge) Addresses review feedback on PR #2809. Signed-off-by: Sibasis Padhi --- docs/operating/integrations.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/operating/integrations.md b/docs/operating/integrations.md index e6036093..f7774e7a 100644 --- a/docs/operating/integrations.md +++ b/docs/operating/integrations.md @@ -89,7 +89,9 @@ For notification mechanisms not natively supported by the Alertmanager, the * [iLert](https://docs.ilert.com/integrations/prometheus) * [IRC Bot](https://github.com/multimfi/bot) * [JIRAlert](https://github.com/free/jiralert) - * [Matrix](https://github.com/matrix-org/matrix-hookshot) + * [Matrix](https://github.com/matrix-org/go-neb): Go-NEB bot (discontinued) + * [Matrix](https://github.com/jaywink/matrix-alertmanager): sends Alertmanager notifications to Matrix rooms + * [Matrix](https://github.com/hectorjsmith/matrix-hookshot): bridges webhooks to Matrix with rich formatting support * [Notion](https://github.com/cthtuf/alertmanager-to-notion): creates/updates record in a Notion database * [Phabricator / Maniphest](https://github.com/knyar/phalerts) * [prom2teams](https://github.com/idealista/prom2teams): forwards notifications to Microsoft Teams