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:
"Your " +
monitorJSON.pathName +
monitorJSON.name +
" service went " +
statusText,
color: color,
title:
monitorJSON.pathName +
monitorJSON.name +
" service went " +
statusText,
title_link: monitorJSON.url,