Show HN: QUptime, quorum based uptime tool
Category: infrastructure
Tags: uptime-monitoring, quorum, distributed-systems, go, cli-tool
Score: 6.5/10 (Innovation: 5, Technical: 7, Documentation: 8, Utility: 6)
QUptime is a quorum-based uptime monitoring daemon that uses a cluster of nodes to vote on endpoint status, preventing false alerts from a single flaky connection. It features mutual TLS with SSH-style fingerprint trust, deterministic master election, and a replicated configuration that can be edited on any node. The project is interesting for its practical approach to distributed monitoring without external dependencies.
Target audience: devops, sre, backend devs
Repository: https://github.com/Axodouble/QUptime · Go · MIT
View on Hacker News