mirror of
https://github.com/louislam/uptime-kuma.git
synced 2026-03-02 22:57:00 -05:00
Defaults for interval/retry or bulk edit #1764
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#1764
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 @luckman212 on GitHub (Jan 11, 2023).
⚠️ Please verify that this feature request has NOT been suggested before.
🏷️ Feature Request Type
Other
🔖 Feature description
It would be awesome if:
✔️ Solution
After setting up 40 or so ICMP monitors, I started getting false alarms with 1 dropped ping packet. I realized the defaults of 60-0-60 are not ideal for me. I prefer 60-3-20. But now I have to manually edit each monitor and re-save it.
❓ Alternatives
I think I could execute some SQL directly on the db to do the bulk update of these parameters, but I am not sure if that is safe.
📝 Additional Context
No response
@luckman212 commented on GitHub (Jan 12, 2023):
For now, I poked around the SQLite db and figured out how to do it manually.
List all monitors with some detail
Update all ICMP monitors that don't have retries==3 and interval==20:
@CommanderStorm commented on GitHub (Jul 13, 2023):
@luckman212
I think this is a partial duplicate of https://github.com/louislam/uptime-kuma/issues/455
Duplicates only create immortal zombies and are really hard to issue-manage.
Could you edit your issue (description + title) to make this unique? ^^
@luckman212 commented on GitHub (Jul 14, 2023):
@CommanderStorm You are correct, this appears to be a duplicate of #455. I will close this one, thank you.