louislam/uptime-kuma
Add unique IDs to stack field notifications to prevent dropping "duplicate" messages
开放
#6,041 创建于 2025年8月7日
A:notificationsfeature-requesthelp wanted
仓库指标
- 星标
- (86,760 个星标)
- PR 合并指标
- (平均合并 6天 15小时) (30 天内合并 21 个 PR)
描述
📑 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