wget https://repo.zabbix.com/zabbix/6.4/ubuntu/pool/main/z/zabbix-release/zabbix-release_6.4-1+ubuntu20.04_all.deb
dpkg -i zabbix-release_6.4-1+ubuntu20.04_all.deb
apt update && apt install zabbix-agent -y
nano /etc/zabbix/zabbix_agentd.conf
Server=<ZABBIX_SERVER_IP>
ServerActive=<ZABBIX_SERVER_IP>
Hostname=<VM_HOSTNAME>
systemctl restart zabbix-agent && systemctl enable zabbix-agent
sudo apt update && apt upgrade -y && apt dist-upgrade -y && apt autoremove -y
cd /opt
wget https://repo.zabbix.com/zabbix/6.4/ubuntu/pool/main/z/zabbix-release/zabbix-release_6.4-1+ubuntu22.04_all.deb
dpkg -i zabbix-release_6.4-1+ubuntu22.04_all.deb
apt update && apt install zabbix-agent -y
nano /etc/zabbix/zabbix_agentd.conf
Server=<ZABBIX_SERVER_IP>
ServerActive=<ZABBIX_SERVER_IP>
Hostname=<VM_HOSTNAME>
systemctl restart zabbix-agent && systemctl enable zabbix-agent
root
usersudo -s
wget https://repo.zabbix.com/zabbix/6.4/ubuntu/pool/main/z/zabbix-release/zabbix-release_latest+ubuntu24.04_all.deb
dpkg -i zabbix-release_latest+ubuntu24.04_all.deb
apt update && apt install zabbix-agent -y
nano /etc/zabbix/zabbix_agentd.conf
Server=<ZABBIX_SERVER_IP>
ServerActive=<ZABBIX_SERVER_IP>
Hostname=<VM_HOSTNAME>
systemctl restart zabbix-agent && systemctl enable zabbix-agent
Install and configure Zabbix to monitor the Docker Socket and all associated processes
wget https://repo.zabbix.com/zabbix/6.4/ubuntu/pool/main/z/zabbix-release/zabbix-release_latest+ubuntu24.04_all.deb
dpkg -i zabbix-release_latest+ubuntu24.04_all.deb
apt update && apt install zabbix-agent2 zabbix-agent2-plugin-* -y
nano /etc/zabbix/zabbix_agent2.conf
nano /etc/zabbix/zabbix_agent2.d/plugins.d/docker.conf
sudo usermod -aG docker zabbix
systemctl restart zabbix-agent2 && systemctl enable zabbix-agent2
root
usersudo -s
wget https://repo.zabbix.com/zabbix/7.0/debian/pool/main/z/zabbix-release/zabbix-release_latest+debian12_all.deb
dpkg -i zabbix-release_latest+debian12_all.deb
apt update && apt install zabbix-agent -y
nano /etc/zabbix/zabbix_agentd.conf
Server=<ZABBIX_SERVER_IP>
ServerActive=<ZABBIX_SERVER_IP>
Hostname=<VM_HOSTNAME>
systemctl restart zabbix-agent && systemctl enable zabbix-agent