fix: Mattermost notification provider not sending service name (#5760)

Co-authored-by: Frank Elsinga <frank@elsinga.de>
pull/5771/head
II-EMC 2025-04-12 12:53:36 +02:00 committed by GitHub
parent f1baa02d7a
commit 13a85b8200
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

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,