mirror of
https://github.com/louislam/uptime-kuma.git
synced 2026-03-02 22:57:00 -05:00
Probes do not preserve that last state? #4165
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#4165
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 @Demellion on GitHub (Jun 12, 2025).
📑 I have found these related issues/pull requests
Not related
🛡️ Security Policy
📝 Description
After migrating from 1.13.XX to latest release we noticed that probes no longer preserve the UP state anymore, and just keep sending UI notification and writing history that probe is now UP again on every heartbeat, even if it was already up before.
👟 Reproduction steps
👀 Expected behavior
Once probe is already in healthy state it should no longer report that its UP again and write that to history with every heartbeat that returns with success.
😓 Actual Behavior
Every probe keeps sending UI notification as well as writing history that its UP on every heartbeat, even if it was already up before.
🐻 Uptime-Kuma Version
1.23.16
💻 Operating System and Arch
Debian 12 (bookworm): 6.1.0-37-cloud-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.140-1 (2025-05-22) x86_64 GNU/Linux
🌐 Browser
Any latest browser used
🖥️ Deployment Environment
28.2.2(Build: Fri May 30 12:07:26 2025)2.36.22.27.6(LTS: Yes)86📝 Relevant log output
@CommanderStorm commented on GitHub (Jun 12, 2025):
which monitor do you use?
@Demellion commented on GitHub (Jun 13, 2025):
It does seem no matter, observing same behavior on: ping, HTTPS, TCP
@CommanderStorm commented on GitHub (Jun 14, 2025):
Which settings are they in?
Can you share an example?
Is it reproducible on uptime.kuma.pet?
is this maybe a duplicate/cousin of:
@Demellion commented on GitHub (Jun 16, 2025):
This was something related to migrating docker volumes between 1.13 and 1.26 docker image that was freshly setup. Unfortunately I had no time to investigate further as it kept growing the database and broke the UI (UP notifications were spamming it endlessly) so I simply re-setup this from scratch using the minimal backup feature from Kuma itself instead of moving docker volumes as whole.
My guess at this point is that there was either some fatal mismatch of databases between 1.13 and 1.26 and/or some incompatibility of what could be inside of the Kuma files itself.
@CommanderStorm commented on GitHub (Jun 16, 2025):
The performance issues are fixed in v2.0.
Consider upgrading to the beta.
See #4500 for furhter context