How to install the Zabbix agent on a docker host and monitor the docker socket.
apt install zabbix-agent2nano /etc/zabbix/zabbix_agent2.confsystemctl show zabbix-agent2 | grep User=usermod -aG docker zabbixsystemctl restart zabbix-agent2How to install the Zabbix agent on a docker host and monitor the docker socket.
apt install zabbix-agent2nano /etc/zabbix/zabbix_agent2.confsystemctl show zabbix-agent2 | grep User=usermod -aG docker zabbixsystemctl restart zabbix-agent2