mirror of
https://github.com/louislam/uptime-kuma.git
synced 2026-03-02 22:57:00 -05:00
Monitoring Agent for multi location status #2023
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#2023
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 @wzrdtales on GitHub (Mar 21, 2023).
⚠️ Please verify that this feature request has NOT been suggested before.
🏷️ Feature Request Type
Other
🔖 Feature description
Sometimes outages are only partial across the internet, to notice that it is useful to set up multiple agents at different locations, each independently executing the same monitoring actions.
✔️ Solution
An agent that executes only actual actions and communicates them back to the master.
❓ Alternatives
No response
📝 Additional Context
No response
@wzrdtales commented on GitHub (Mar 21, 2023):
Right now you could only abuse the proxy function for this, but it would require multiple monitors for the same service and is limited to HTTP only.
@CommanderStorm commented on GitHub (Dec 6, 2023):
Duplicate of #84
@robcarvaj commented on GitHub (Mar 21, 2024):
@wzrdtales Hi, I was wondering if you have any guidance on how to do this? "Right now you could only abuse the proxy function for this, but it would require multiple monitors for the same service and is limited to HTTP only." I'm not familiar on how that setup would look like. For now, that would be sufficient enough for my environment until https://github.com/louislam/uptime-kuma/issues/84 gets implemented.
@CommanderStorm commented on GitHub (Mar 21, 2024):
@robcarvaj
Have you looked at the
push-monitor?Said monitor should be enough to implement the functionality you are looking for (though not as "simple"/convenient as #84)
For code samples on how to achieve this, please look at https://github.com/louislam/uptime-kuma/tree/master/extra/push-examples