Show HN: Lightweight system monitor for Linux VPS written in Go

github.com

61 points by ygagaga 2 days ago


nekrassov01 - 13 minutes ago

A lightweight system monitor written in Go is an interesting project.

It also seems like a good fit for something I've wanted to try for a while: building the UI as a SPA, embedding the generated assets into the Go binary with `embed.FS`, and shipping everything as a single self-contained executable.

mosselman - 2 days ago

Cool. I went another way for monitoring my servers and built a local macOS app instead of installing the monitoring dashboard on the server itself.

https://kitaso.app/

It monitors any server you add to it and it can install a daemon that collects metrics for when you are offline. I keep it running to monitor our servers.

NSUserDefaults - 2 days ago

How is this better than Prometheus?

nodesocket - a day ago

If anybody is looking for alternatives, I’m a very happy user of Bezel (https://beszel.dev) on my home lab servers including a Raspberry Pi Kubernetes cluster and TrueNAS. Highly recommend.

jmginer - 29 minutes ago

[dead]

vladigtr - a day ago

[dead]

nimbius - 2 days ago

"curl -sL https://raw.githubusercontent.com/leodeim/vpsmon/main/instal... | sudo bash"

lol nope. i thought we all grew out of this crap?