A Checkmk 2.0+ agent plugin for monitoring your Chia Blockchain Nodes and Chia Farms
- Copy all
checkmk-server/
files into your Checkmk server site agent folder (withsu - <mysite>
) e.g.OMD[<mysite>]:~/local/lib/check_mk/base/plugins/agent_based/
and mark them as executable withchmod +x *.py
- Copy all
checkmk-client/
files into your Checkmk client plugin folder e.g./usr/lib/check_mk_agent/plugins/
and mark them as executable withchmod +x *
- Update the
CHIA_INSTALLATION_PATH=
andCHIA_INSTALLATION_USER=
in those client plugin files with your chia installation path and Chia user. - Rediscover the new services on each client via WATO.
v1.01 Update server plugin "chia_farm.py" for 2.1.9
v1.00 Initial commit.