|
|
@ -501,7 +501,7 @@ class Notification {
|
|
|
|
if (heartbeatJSON["status"] == 1) {
|
|
|
|
if (heartbeatJSON["status"] == 1) {
|
|
|
|
let updata = {
|
|
|
|
let updata = {
|
|
|
|
"title": "UptimeKuma Alert: " + monitorJSON["name"],
|
|
|
|
"title": "UptimeKuma Alert: " + monitorJSON["name"],
|
|
|
|
"body": "[✅ Up]" + heartbeatJSON["msg"] + "\nTime (UTC):" + heartbeatJSON["time"],
|
|
|
|
"body": "[✅ Up] " + heartbeatJSON["msg"] + "\nTime (UTC): " + heartbeatJSON["time"],
|
|
|
|
}
|
|
|
|
}
|
|
|
|
await axios.post(lunaseadevice, updata)
|
|
|
|
await axios.post(lunaseadevice, updata)
|
|
|
|
return okMsg;
|
|
|
|
return okMsg;
|
|
|
|