monitor path as a notification title mattermost (#3801)

This commit is contained in:
Nenad Gal 2023-11-30 08:58:01 +01:00 committed by GitHub
parent 80efe9b831
commit 01855e0ffe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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