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.
Show HN: Lightweight system monitor for Linux VPS written in Go
11–20 of 23 posts
Re: Show HN: Lightweight system monitor for Linux VPS written in Go
#12Earlier quoted context omitted.
" Please don't post shallow dismissals, especially of other people's work. A good critical comment teaches us something. " https://news.ycombinator.com/newsguidelines.html
https://tferdinand.net/en/why-curl-bash-is-a-dangerous-bad-h... https://www.lesinskis.com/dont-pipe-curl-into-bash.html https://www.cyberhub.blog/article/25147-why-curl-pipe-bash-i... oh hey lets not forget this one too https://news.ycombinator.com/item?id=47860669
It's quite nice.
Re: Show HN: Lightweight system monitor for Linux VPS written in Go
#13How is this better than Prometheus?
It lacks about 99% of the things that Prometheus can do, which is probably what you want for simple up/down healthy/not-healthy indication on a single box.
Re: Show HN: Lightweight system monitor for Linux VPS written in Go
#14Re: Show HN: Lightweight system monitor for Linux VPS written in Go
#15Re: Show HN: Lightweight system monitor for Linux VPS written in Go
#16"curl -sL https://raw.githubusercontent.com/leodeim/vpsmon/main/instal... | sudo bash" lol nope. i thought we all grew out of this crap?
"curl -sL https://... | sudo bash"
Now you won't be able to uninstall it if the repo ever goes black...
Re: Show HN: Lightweight system monitor for Linux VPS written in Go
#17How is this better than Prometheus?
This is a single system effort and at 5MB RAM is rather tiddly and surely counts as minimal overhead. It could probably send the metrics to Prom. or make them available for scraping with minimal extra effort but I think that should be left as an exercise for the interested reader.
The thing about gathering metrics is you have to be careful that the gathering/processing system doesn't drown out the thing you are measuring!
Re: Show HN: Lightweight system monitor for Linux VPS written in Go
#18If 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.
Re: Show HN: Lightweight system monitor for Linux VPS written in Go
#19Cool. 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.
Re: Show HN: Lightweight system monitor for Linux VPS written in Go
#20If 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.