mirror of
https://github.com/louislam/uptime-kuma.git
synced 2026-03-02 22:57:00 -05:00
Query often without taking up tons of database space #2280
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#2280
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 @charlespick on GitHub (Jun 17, 2023).
⚠️ Please verify that this feature request has NOT been suggested before.
🏷️ Feature Request Type
Other
🔖 Feature description
I've been having some tricky to find networking issues. Connectivity is lost for a few seconds/day. I ran an endless ping on my computer overnight and caught the problem but Uptime Kuma did not catch it. I have the monitor set to 20 seconds. I recognize that going any lower would start to have serious implications for lower powered devices but my Uptime Kuma is running on a full server. Additionally, I think it would be fine to save the data in a summarized form of some kind.
✔️ Solution
For example, Uptime Kuma could make 10 pings/sec and every 20 seconds if they all received a reply save a single entry to the database. If some were lost, then we could save all the pings for that time frame or just report the service as down for the entire period.
❓ Alternatives
No response
📝 Additional Context
No response
@CommanderStorm commented on GitHub (Jun 17, 2023):
What do you mean (the issue body talks about something completely different) by
The issue body is a duplicte of https://github.com/louislam/uptime-kuma/pull/1740 and the associated issue.
If this is a duplicate, please close this issue. Duplicates only hurt issue management and feature planning.
@charlespick commented on GitHub (Jun 19, 2023):
Issue #1740 only lowers the limit to 1 second and I think would take up alot of database space very quickly right? I didn't see any mitigations in that pull for the much larger space requirement of keeping 86400+ records/day
@CommanderStorm commented on GitHub (Dec 3, 2023):
This issue was resolved by https://github.com/louislam/uptime-kuma/pull/2750 (merged into the
v2.0-release train)The lowering of the limit is tracked in:
=> closing as resolved