TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: System uptime monitoring software?

3 pointsby xookover 6 years ago
Digital Ocean&#x27;s interface shows disk I&#x2F;O, CPU, memory, disk usage, process list, and bandwidth total. It&#x27;s nice to have without having to tunnel in every time. Sometimes I just want to have a quick glance without running through lines of text (not to say I don&#x27;t enjoy that, of course!).<p>This would apply to my personal project(s) and time, so there is no need to be concerned with full-scale deployment. Under a FOSS license and a decent UI (or well enough put together), what options are there to consider?

2 comments

adtacover 6 years ago
I created <a href="https:&#x2F;&#x2F;status.commento.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;status.commento.io&#x2F;</a> for Commento [1] a few days ago and I&#x27;m open to open-sourcing the software under MIT if there&#x27;s enough interest (I don&#x27;t want to go through the hassle otherwise; and it <i>is</i> a hassle because I need to make it generic and not Commento specific). It&#x27;s heavily inspired in UI by Stripe&#x27;s.<p>Although I should mention it&#x27;s very simple and does only basic stuff like GET&#x2F;POST requests to measure availability and performance (latency of response). But I imagine you&#x27;ll be able to write custom extensions easily.<p>[1] <a href="https:&#x2F;&#x2F;commento.io" rel="nofollow">https:&#x2F;&#x2F;commento.io</a> (still in private beta, sorry!)
mischief6over 6 years ago
check out prometheus and grafana. it&#x27;s all that a bag of chips.