Adds name + status + message to slack notification

pull/2736/head
Brayan Lozano 1 year ago
parent e241728419
commit 727acb32bf
No known key found for this signature in database
GPG Key ID: 7A67A99A45A66D84

@ -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": monitorJSON ? `${textMsg}\n${msg}` : textMsg,
"channel": notification.slackchannel,
"username": notification.slackusername,
"icon_emoji": notification.slackiconemo,

Loading…
Cancel
Save