mirror of
https://github.com/louislam/uptime-kuma.git
synced 2026-03-02 22:57:00 -05:00
Clustering - HA uptime monitor #14
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#14
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 @IIPoliII on GitHub (Jul 12, 2021).
I just saw about this awesome project and really congrats.
It was missing from the opensource side.
The only thing missing by my side is a way to make a cluster with it. Because if it would be possible to run it on 2 servers + at the same time it will assure the server running uptime-kuma will never go down! 😃
@Stetsed commented on GitHub (Jul 12, 2021):
This isn't really something imo you would integrate into the project, but would use your reverse proxy for(Load balancing), with a check to see which one is up.
If you mean to be able to sync settings etc between the 2 then I might agree this would be useful.
@louislam commented on GitHub (Jul 12, 2021):
Uptime Kuma is a kind of socket server and it is not a stateless service. For my current implementation, It is hard to achieve real clustering.
Docker Swarm + GlusterFS/NFS maybe a good choice if you accept small downtime. Add a uptime-kuma service with 1 replica, and sync the volume with GlusterFS/NFS.
In this setup, when uptime-kuma is down, Docker swarm will quickly spin up another node.