(beta) One-click lightweight server monitor tool based on ZeroMQ protocol. Works on Windows, Linux, macOS, Raspberry PI (x32, x64, arm, arm64). Inspired by nezhahq/nezha, zabbix, prometheus. Takes no more than 15MB to run.
140
stars
369
commits
Go
primary language
Jan 2, 2025
updated
One-click lightweight server monitor tool based on ZeroMQ protocol.
Do you self-host software across diferent machines? Do you want to elevate your devices recoinnassance? Then zero-monitor might be the tool just for you. Think of a mini zabbix/prometheus, but is plug-n-play (download and run a native binary), takes no more than 15MB of RAM and doesn't overtake the CPU from other, more important, programs.
Zero-monitor is your go-to tool to quickly get insights of your server usage and information.

In the zero-monitor world, there are two kind of system entities: master and node. Node is one of the server/device you want to monitor (think of monitoring agent), which reports directly and only to master. Master orchestrates nodes by sending them actions, which they will have to complete, and later report their result. One or more nodes compose a network that is managed by master.
The zero part of zero-monitor comes from the wire protocol used for exchanging messages in the network: ZeroMQ. In particular, the tool uses go-zeromq/zmq4 which is a pure go implementation of ZeroMQ, satisfying portability to the maximum.
Expect the following data to be harvested:
A more updated source can be found on the models definition: info.go
Besides monitoring, you can also take advantage of these built-in features:
The simplest way to get started is by using the one-click deploy scripts provided by the tool:
bash <(wget -qO- https://raw.githubusercontent.com/guackamolly/zero-monitor/refs/heads/master/.github/get-master)
Running this command will download master binary specifically for your OS + Architecture and then run it.
bash <(wget -qO- https://raw.githubusercontent.com/guackamolly/zero-monitor/refs/heads/master/.github/get-node)
Running this command will download node binary specifically for your OS + Architecture and then run it.
After successfully running master, you will need to generate an invite link so nodes can join the network:
Alternatively, you can download any of the master/node pre-compiled binaries from the releases page or build them from source (see build).
Please refer to env.md to get guidance on how to properly configure master/node usage.
369 commits
Go
92.1%
CSS
4.8%
HTML
2.2%
(beta) One-click lightweight server monitor tool based on ZeroMQ protocol. Works on Windows, Linux, macOS, Raspberry PI (x32, x64, arm, arm64). Inspired by nezhahq/nezha, zabbix, prometheus. Takes no more than 15MB to run.
140
stars
369
commits
Go
primary language
Jan 2, 2025
updated
One-click lightweight server monitor tool based on ZeroMQ protocol.
Do you self-host software across diferent machines? Do you want to elevate your devices recoinnassance? Then zero-monitor might be the tool just for you. Think of a mini zabbix/prometheus, but is plug-n-play (download and run a native binary), takes no more than 15MB of RAM and doesn't overtake the CPU from other, more important, programs.
Zero-monitor is your go-to tool to quickly get insights of your server usage and information.

In the zero-monitor world, there are two kind of system entities: master and node. Node is one of the server/device you want to monitor (think of monitoring agent), which reports directly and only to master. Master orchestrates nodes by sending them actions, which they will have to complete, and later report their result. One or more nodes compose a network that is managed by master.
The zero part of zero-monitor comes from the wire protocol used for exchanging messages in the network: ZeroMQ. In particular, the tool uses go-zeromq/zmq4 which is a pure go implementation of ZeroMQ, satisfying portability to the maximum.
Expect the following data to be harvested:
A more updated source can be found on the models definition: info.go
Besides monitoring, you can also take advantage of these built-in features:
The simplest way to get started is by using the one-click deploy scripts provided by the tool:
bash <(wget -qO- https://raw.githubusercontent.com/guackamolly/zero-monitor/refs/heads/master/.github/get-master)
Running this command will download master binary specifically for your OS + Architecture and then run it.
bash <(wget -qO- https://raw.githubusercontent.com/guackamolly/zero-monitor/refs/heads/master/.github/get-node)
Running this command will download node binary specifically for your OS + Architecture and then run it.
After successfully running master, you will need to generate an invite link so nodes can join the network:
Alternatively, you can download any of the master/node pre-compiled binaries from the releases page or build them from source (see build).
Please refer to env.md to get guidance on how to properly configure master/node usage.
369 commits
Go
92.1%
CSS
4.8%
HTML
2.2%