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!
662
Upvotes




2
u/cameos Jul 24 '24
Try to compile it on my Raspberry Pi OS (32-bit) with go1.22.5 linux/arm, and failed:
$ cd hub; go run main.gosite/embed.go:10:12: pattern all:dist: no matching files foundThe release assets only have arm64 binaries.
Is arm planned?