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