From 0412bf72e0799d703bd69c389e3df6dc8daefb27 Mon Sep 17 00:00:00 2001 From: EMC <61621465+II-EMC@users.noreply.github.com> Date: Tue, 8 Apr 2025 16:19:23 +0000 Subject: [PATCH] Fix: Mattermost notification provider not sending service name --- server/notification-providers/mattermost.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/server/notification-providers/mattermost.js b/server/notification-providers/mattermost.js index 9946d02b2..32d890981 100644 --- a/server/notification-providers/mattermost.js +++ b/server/notification-providers/mattermost.js @@ -79,11 +79,13 @@ class Mattermost extends NotificationProvider { fallback: "Your " + monitorJSON.pathName + + monitorJSON.name + " service went " + statusText, color: color, title: monitorJSON.pathName + + monitorJSON.name + " service went " + statusText, title_link: monitorJSON.url,