mirror of
https://github.com/louislam/uptime-kuma.git
synced 2026-03-02 22:57:00 -05:00
Add unique IDs to stack field notifications to prevent dropping "duplicate" messages #4247
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#4247
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 @LightningRhino on GitHub (Aug 7, 2025).
📑 I have found these related issues/pull requests
There are some issues regarding failing monitors.
But I did not find issues with webhooks being dropped by the receiving api which may look like a failing monitor.
🏷️ Feature Request Type
API / automation options
🔖 Feature description
At least the stackfield notification type seems to not sending a unique id in its webhook.
The stackfield API we send this to does not accept recurring messages, so if a monitor goes down and up multiple times the webhook message is being dropped.
✔️ Solution
It would be nice if the webhook could send a hidden unique id in each of its json message. Maybe something like a unix time stamp.
❓ Alternatives
No response
📝 Additional Context
No response
@CommanderStorm commented on GitHub (Aug 7, 2025):
Feel free to provide us with an pr adding time based uuids to the to that notification provider.
Because of the amount of providers we have, this is not something that we can do, but if you do a PR with the nessesary screenshots that this is fixed afterwards, I can merge it.
@LightningRhino commented on GitHub (Aug 7, 2025):
Thank you for your answer.
But I think this is beyond my capabilities.
Maybe you could keep this as a suggestion for future updates.
@DeborahOlaboye commented on GitHub (Jan 14, 2026):
Hi @CommanderStorm , Can I work on this issue?
@CommanderStorm commented on GitHub (Jan 14, 2026):
Shure, but please make sure to attach the screenshots to the PR that we require to ensure that you tested that this works
@DeborahOlaboye commented on GitHub (Jan 14, 2026):
Alright, thank you.