Back to News
Advertisement
Advertisement

⚡ Community Insights

Discussion Sentiment

83% Positive

Analyzed from 302 words in the discussion.

Trending Topics

#https#com#monitoring#install#curl#bash#servers#server#better#single

Discussion (12 Comments)Read Original on HackerNews

nodesocket3 minutes 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.
mosselmanabout 2 hours 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.

NSUserDefaultsabout 4 hours ago
How is this better than Prometheus?
freitzzzabout 3 hours ago
If I were to bet this is more a learning experience rather than trying to beat a product. Even better that this was done without AI (by the looks of it).

I’ve also done something similar in Go too, and several people used it, mostly because it’s easy to install/use and is lightweight.

https://github.com/joaomagfreitas/zero-monitor

ygagagaabout 3 hours ago
Cool project! I like design of the dashboards a lot. Will try it out
ygagagaabout 3 hours ago
Not better - different purpose. Its super lightweight, easy to install, simple for one server
ErroneousBoshabout 1 hour ago
It's a single git repository that compiles to a single binary that does really basic monitoring without any dicking about.

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.

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

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

dangabout 3 hours ago
"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

ErroneousBoshabout 1 hour ago
That's nice but you can also just look at the linked github repo and inspect install.sh for yourself. It's pretty straightforward. It builds the binary for your monitoring software from the git repo, based on the architecture you're on, and if required sets up a systemd unit to kick it off on boot.

It's quite nice.

ygagagaabout 3 hours ago
just check the code before running :)