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