From bd6e71f504f38247c4244fa38cf939ecc58fe54b Mon Sep 17 00:00:00 2001 From: Sibasis Padhi Date: Fri, 9 Jan 2026 00:19:20 -0600 Subject: [PATCH 1/3] docs: replace discontinued go-neb with matrix-hookshot Fixes #2366 Replaced the link to go-neb (which has been discontinued) with matrix-hookshot, the spiritual successor recommended in the go-neb repository for Matrix notifications. Signed-off-by: Sibasis Padhi --- docs/operating/integrations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/operating/integrations.md b/docs/operating/integrations.md index aa2e0275b..e60360936 100644 --- a/docs/operating/integrations.md +++ b/docs/operating/integrations.md @@ -89,7 +89,7 @@ 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/go-neb) + * [Matrix](https://github.com/matrix-org/matrix-hookshot) * [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 From fc4ced0bc2854d278b375d31388ea99b01787eea Mon Sep 17 00:00:00 2001 From: Sibasis Padhi Date: Tue, 13 Jan 2026 08:23:59 -0600 Subject: [PATCH 2/3] 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 e60360936..f7774e7a3 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 From 9b1ba7bce0e875a9c2880c2e3ae20ed0c8410d3d Mon Sep 17 00:00:00 2001 From: Sibasis Padhi Date: Tue, 13 Jan 2026 08:53:52 -0600 Subject: [PATCH 3/3] docs: remove discontinued go-neb entry Removes the go-neb Matrix integration as it's discontinued. Keeps only the two actively maintained Matrix integrations: - matrix-alertmanager - matrix-hookshot Addresses final review comment on PR #2809. Signed-off-by: Sibasis Padhi --- docs/operating/integrations.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/operating/integrations.md b/docs/operating/integrations.md index f7774e7a3..762633e05 100644 --- a/docs/operating/integrations.md +++ b/docs/operating/integrations.md @@ -89,7 +89,6 @@ 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/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