Fix: Mattermost notification provider not sending service name

This commit is contained in:
EMC 2025-04-08 16:19:23 +00:00
parent a5f6a2b99a
commit 0412bf72e0

View file

@ -79,11 +79,13 @@ class Mattermost extends NotificationProvider {
fallback: fallback:
"Your " + "Your " +
monitorJSON.pathName + monitorJSON.pathName +
monitorJSON.name +
" service went " + " service went " +
statusText, statusText,
color: color, color: color,
title: title:
monitorJSON.pathName + monitorJSON.pathName +
monitorJSON.name +
" service went " + " service went " +
statusText, statusText,
title_link: monitorJSON.url, title_link: monitorJSON.url,