diff --git a/server/notification.js b/server/notification.js index 3c0e9f2a4..9da8a0dc8 100644 --- a/server/notification.js +++ b/server/notification.js @@ -204,7 +204,7 @@ class Notification { } let data = { - "message": "Uptime Kuma Alert\n\nMessage:" +msg + '\nTime (UTC):' +time, + "message": "Uptime Kuma Alert\n\nMessage:"+msg+ '\nTime (UTC):' +heartbeatJSON["time"], "user":notification.pushoveruserkey, "token": notification.pushoverapptoken, "sound": notification.pushoversounds, diff --git a/src/components/NotificationDialog.vue b/src/components/NotificationDialog.vue index 6df8b9566..afbfc0d4e 100644 --- a/src/components/NotificationDialog.vue +++ b/src/components/NotificationDialog.vue @@ -223,16 +223,22 @@ - Application Token* - User Key* + Application Token* + Device Message Title Priority - + + -2 + -1 + 0 + 1 + 2 + Notification Sound pushover @@ -264,17 +270,19 @@ More info on: https://pushover.net/api - Emergency priority(2) has default 30 second timeout between retries and will expire after 1 hour. + Emergency priority (2) has default 30 second timeout between retries and will expire after 1 hour. + + + If you want to send notifications to different devices, fill out Device field. - - Apprise URL - + Apprise URL + Example: twilio://AccountSid:AuthToken@FromPhoneNo @@ -282,7 +290,6 @@ - Status: @@ -290,7 +297,6 @@ Apprise is not installed. Read more -
- Emergency priority(2) has default 30 second timeout between retries and will expire after 1 hour. + Emergency priority (2) has default 30 second timeout between retries and will expire after 1 hour. +
+ If you want to send notifications to different devices, fill out Device field.
Example: twilio://AccountSid:AuthToken@FromPhoneNo
@@ -282,7 +290,6 @@
Status: @@ -290,7 +297,6 @@ Apprise is not installed. Read more