mirror of
https://github.com/louislam/uptime-kuma.git
synced 2026-03-02 22:57:00 -05:00
Multiple checks (for Internet link availability testing) #1529
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#1529
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 @mikolajek-fr on GitHub (Nov 2, 2022).
⚠️ Please verify that this feature request has NOT been suggested before.
🏷️ Feature Request Type
New Monitor
🔖 Feature description
I have a monitor on an external service to check Internet link availability. If this service is down, my monitor is down but maybe it's just this external service, not my Internet link.
✔️ Solution
It could be nice to have a monitor with multiple checks, for example : google.com AND amazon.com AND apple.com. Less than 3/3 down : monitor is still up, 3/3 down : monitor is down.
❓ Alternatives
Can be a special monitor which checks some others monitors (one monitor for external service 1, one monitor for external service 2, one monitor for external service 3, one last monitor for these 3 monitors).
📝 Additional Context
No response
@mateuszdrab commented on GitHub (Nov 27, 2022):
Why not do a ping/DNS check against a highly available DNS server? Google or Cloudflare dns
@KarimGeiger commented on GitHub (Jul 19, 2023):
I too would love to see a way to detect false-positives. Sometimes, my uptime kuma instance seems to go offline due to the hosting provider having network issues, resulting in all monitors going down. Once it comes back online, I get spammed with alerts regarding the downtime as each service "comes back online", while in reality uptime kuma was the service being down. Therefore, having an option to say "if 1.1.1.1 and 8.8.8.8 fail to ping, consider yourself down and don't bother changing monitor states."
@CommanderStorm commented on GitHub (Jul 19, 2023):
Is this one of the duplicates linked to https://github.com/louislam/uptime-kuma/pull/1236?
@KarimGeiger commented on GitHub (Jul 19, 2023):
Looks like it. Thanks for pointing out that PR, didn't find it earlier myself.
@CommanderStorm commented on GitHub (Dec 4, 2023):
@mikolajek-fr
We are consolidating duplicate issues a bit to make issue management easier.
I think, we should track this issue in #1236 as there is no functional difference (maybe just small naming differences, but nothing that would require a different issue imo)
⇒ I am going to close this as a duplicate.