-
-
Notifications
You must be signed in to change notification settings - Fork 7.3k
Description
π I have found these related issues/pull requests
I found some notification-related issues, but none specifically address multiple Rocket.Chat notifications being triggered simultaneously for the same event.
π‘οΈ Security Policy
- I have read and agree to Uptime Kuma's Security Policy.
π Description
When multiple monitors go down or exceed the interval at the same time, Rocket.Chat receives multiple notifications simultaneously. This results in notification spam instead of a single alert per event.
π Reproduction steps
- Configured multiple monitors (approx. 40).
- Configured Rocket.Chat as the notification channel.
- Bring multiple monitored sites down at the same time (or exceed the interval).
- Observe that multiple notifications are triggered simultaneously.
π Expected behavior
Only one notification should be triggered per alert event, even when multiple monitors fail simultaneously.
π Actual Behavior
Multiple notifications are triggered at the same time for the same alert condition, causing spam in Rocket.Chat.
π» Uptime-Kuma Version
2.1.0-beta.2-nightly-20260121024714
π» Operating System and Arch
Ubuntu 22.04.2 LTS | Arch: x86_64
π Browser
Version 143.0.7499.169 (Official Build) (64-bit)
π₯οΈ Deployment Environment
Runtime Environment
- Docker: 29.1.5
- Docker Compose: 1.29.2
Database
- MariaDB: Embedded (used by Uptime Kuma)
Database Storage
- Filesystem: ext4
- Storage Medium: SSD
Uptime Kuma Setup
- Deployment: Docker
- Image: louislam/uptime-kuma:nightly2
- Number of monitors: ~40
Host System
- OS: Ubuntu 22.04.2 LTS
- Architecture: x86_64
π Relevant log output
This setup is expected to generate only one alert per event, but currently multiple alerts are sent, leading to notification flooding.