Contents

Rocky9 CheckMK

Contents

In order to setup checkmk add

sudo dnf install -y check-mk-agent-2.2.0p25-1.noarch.rpm

Allow the communication to port 6556 via the firewall

sudo firewall-cmd --zone=public --add-port=6556/tcp --permanent
sudo firewall-cmd --reload