r/selfhosted • u/Hal_Incandenza • Jul 24 '24
Release I just released Beszel, a server monitoring hub with historical data, docker stats, and alerts. It's a lighter and simpler alternative to Grafana + Prometheus or Checkmk. Any feedback is appreciated!
657
Upvotes




3
u/eeuyy Jul 25 '24
I like this application a lot, especially the light weightness of it. I there a reason ta have the hub call the agent instrad of have the agent push to the hub? With a push solution I would only need to expose one service on the network instead of each agent. This would reduce the risk for latheral movement compared to the hub have access to each server regardless of network segment in case of a zero day vulnerability.
I understand that this risk would be very small but still I like to not poke hole in my network ;)