observability / service
Uptime Kuma
Capability: Uptime Kuma
Use it when
- self host uptime monitoring with alerts and public incident status pages
- check websites APIs ports certificates and cron jobs without a hosted monitoring subscription
What it solves
Not the fit when
- it monitors reachability and assertions but does not replace application tracing or log analysis
Install
docker volume create uptime-kuma && docker run -d --restart=always -p 3001:3001 -v uptime-kuma:/app/data --name uptime-kuma louislam/uptime-kuma:2
Invoke
Open http://localhost:3001, create HTTP, TCP, DNS, or push monitors, attach notification channels, and publish selected monitors on a status page.
Alternatives
No reviewed alternatives recorded yet.