-
-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Push monitors with long intervals (>24h) fail to detect DOWN statusΒ #6866
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't working
Description
π I have found these related issues/pull requests
Push monitors with long intervals (>24h) fail to detect DOWN status
π‘οΈ Security Policy
- I have read and agree to Uptime Kuma's Security Policy.
π Description
Push monitors with intervals longer than ~24 hours never transition to DOWN state, even after the configured timeout has long passed. The monitor stays UP indefinitely.
π Reproduction steps
- Create a push monitor with 30-hour interval (108000 seconds)
- Send one push to make it UP (green)
- Wait >30 hours without sending another push
- Observe: Monitor stays UP indefinitely
π Expected behavior
Monitor should transition to DOWN (red) after 30 hours without receiving a push.
π Actual Behavior
Monitor stays UP (green) forever, never triggering DOWN notifications.
π» Uptime-Kuma Version
2.0.0 or 2.0.2 or 2.1.0-beta.3
π» Operating System and Arch
Linux tanis 6.8.0-94-generic #96-Ubuntu SMP PREEMPT_DYNAMIC Fri Jan 9 20:36:55 UTC 2026 x86_64 x86_64 x86_64 GNU/Linux
π Browser
Brave 1.86.142 (Official Build) (arm64)
π₯οΈ Deployment Environment
- Runtime Environment:
- Docker: Version
27.5.1(Build27.5.1-0ubuntu3~24.04.2) - Docker Compose: Version
2.37.1
- Docker: Version
- Database:
- SQLite: Embedded
- Database Storage:
- Filesystem:
- Linux: ext4
- Storage Medium: SSD
- Filesystem:
- Uptime Kuma Setup:
- Number of monitors: 75
π Relevant log output
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working