This repository was archived by the owner on Dec 15, 2025. It is now read-only.

Description
Hello, thanks for sharing this code.
I am trying to execute on MacOS... when I run the build I get this:
make build
internal/clustering/clusterstatus.go:3: running "stringer": exec: "stringer": executable file not found in $PATH
monitoring/core/status.go:3: running "stringer": exec: "stringer": executable file not found in $PATH
make: *** [build/upmon] Error 1
How do I install stringer? I tried various things I found in Google, but none seemed to work
Thanks!