monitor path as a notification title mattermost (#3801)

pull/3967/merge
Nenad Gal 5 months ago committed by GitHub
parent 80efe9b831
commit 01855e0ffe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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,

Loading…
Cancel
Save