louislam/uptime-kuma

Add unique IDs to stack field notifications to prevent dropping "duplicate" messages

Aberta

#6.041 aberto em 7 de ago. de 2025

 (5 comentários) (0 reação) (0 responsável)JavaScript (7.844 forks)batch import
A:notificationsfeature-requesthelp wanted

Métricas do repositório

Stars
 (86.760 estrelas)
Métricas de merge de PR
 (Mesclagem média 6d 15h) (21 fundiu PRs em 30d)

Description

📑 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

Guia do colaborador