Kuvasz Uptime
Self-HostedOpen-source uptime monitoring with customizable status pages
Overview
Kuvasz Uptime is an open-source tool for tracking website/service uptime, featuring real-time alerts and customizable status pages. It supports HTTP/TCP/ICMP checks, integrates with Slack/Email/Webhooks, and offers detailed uptime reports. Deploy via Docker/Kubernetes for easy self-hosting with a lightweight footprint. Gain full control over monitoring data without relying on third-party SaaS platforms, ideal for small to medium teams.
Self-Hosting Resources
Below is a reference structure for docker-compose.yml.
⚠️ Do NOT run blindly. Replace placeholders with official values.
version: '3'
services:
kuvasz_uptime:
image: <OFFICIAL_IMAGE_NAME>:latest
container_name: kuvasz-uptime
ports:
- "8080:<APP_INTERNAL_PORT>"
volumes:
- ./data:/app/data
restart: unless-stopped Key Features
- Multi-type uptime checks (HTTP, TCP, ICMP)
- Customizable public/private status pages
- Real-time alerts via Slack/Email/Webhooks
- Detailed uptime reports & historical data
Frequently Asked Questions
? Is Kuvasz Uptime hard to install?
No—Kuvasz Uptime can be deployed quickly using Docker Compose with pre-built images. Kubernetes users have access to helm charts for simplified setup. Basic server knowledge is sufficient to get it running.
? Is it a good alternative to Statuspage.io?
Yes—Kuvasz Uptime offers core status page and uptime monitoring features, making it a strong open-source alternative. While it lacks some enterprise features of Statuspage.io, it’s ideal for teams wanting full data control and no recurring costs.
? Is it completely free?
Yes—Kuvasz Uptime is open-source under the MIT License, so it’s completely free to use, modify, and self-host without any fees or subscriptions.
Top Alternatives
People Also Ask about Kuvasz Uptime
Tool Info
Pros
- ⊕ Privacy focused (self-hosted data control)
- ⊕ No subscription or hidden fees
Cons
- ⊖ Requires basic server management skills
- ⊖ Lacks advanced enterprise features like SLA reporting