mirror of
https://github.com/louislam/uptime-kuma.git
synced 2026-03-02 22:57:00 -05:00
URL monitor group SMS notification #4340
Labels
No labels
A:accessibility
A:api
A:cert-expiry
A:core
A:dashboard
A:deployment
A:documentation
A:domain expiry
A:incidents
A:maintenance
A:metrics
A:monitor
A:notifications
A:reports
A:settings
A:status-page
A:ui/ux
A:user-management
Stale
ai-slop
blocked
blocked-upstream
bug
cannot-reproduce
dependencies
discussion
duplicate
feature-request
feature-request
good first issue
hacktoberfest
help
help wanted
house keeping
invalid
invalid-format
invalid-format
question
releaseblocker 🚨
security
spam
type:enhance-existing
type:new
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/uptime-kuma#4340
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @pcsystemd on GitHub (Oct 15, 2025).
⚠️ Please verify that your question has not already been reported
🛡️ Security Policy
📝 Describe your problem
I created sensor groups and activated SMS notifications for one group. It works fine, but when I receive the SMS, the URL variable is empty.
Is it possible to activate a notification for a group and, when the SMS is received, have the URL of the sensor that has crashed?
This may not be possible because the notification is activated for the sensor group, or I am not using the correct variable for the URL of the sensor in the group that is down!
My body is as follows
"body": { "text": "Monitoring - Nom: {{ monitorJSON['name'] }} - Url:{{ monitorJSON['url'] }} -Date:{{ heartbeatJSON['time'] }} \n Message : {{msg}}"📝 Error Message(s) or Log
🐻 Uptime-Kuma Version
1.23.16
💻 Operating System and Arch
Debian 11
🌐 Browser
Chrome
🖥️ Deployment Environment
18.09.3(Build774a1f4)1.23.2X.X.X(LTS: Yes/No)X.X.X(LTS: Yes/No)X.X.X(LTS: Yes/No)X.X.X(LTS: Yes/No, via[method/tool])X@CommanderStorm commented on GitHub (Oct 15, 2025):
The monitor groups don't currently provide good context about the contained children.
Valid FR, I relabled it
@pcsystemd commented on GitHub (Oct 16, 2025):
Thanks for the information. It would be great to have that option.
@maxmichels commented on GitHub (Oct 27, 2025):
@pcsystemd what would be your expectation? That in the notification you get Info which Check of the group failed? At the moment the notification is triggered on group level and thus do not include the hostname as the group has none defined.
In case i am correct, what would be your expectation in case multiple fail at the same time? Which hostname should be included then?