Merge pull request #2736 from blozano824/add-status-to-slack-notification

Adds name + status + message to Slack notification
pull/2558/head
Louis Lam 1 year ago committed by GitHub
commit e873fea86d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -42,7 +42,7 @@ class Slack extends NotificationProvider {
const time = heartbeatJSON["time"];
const textMsg = "Uptime Kuma Alert";
let data = {
"text": monitorJSON ? textMsg + `: ${monitorJSON.name}` : textMsg,
"text": `${textMsg}\n${msg}`,
"channel": notification.slackchannel,
"username": notification.slackusername,
"icon_emoji": notification.slackiconemo,

Loading…
Cancel
Save