18.04.5 LTS (Bionic Beaver)
sudo wget https://repo.zabbix.com/zabbix/5.0/ubuntu/pool/main/z/zabbix-release/zabbix-release_5.0-1%2Bbionic_all.deb
sudo dpkg -i zabbix-release_5.0-1+bionic_all.deb
sudo apt update
sudo apt install zabbix-agent
sudo vi /etc/zabbix//zabbix_agentd.conf
--The part to be corrected
Server=<here>
ServerActive=<here>
Hostname=<here>
sudo systemctl restart zabbix-agent
sudo systemctl enable zabbix-agent
Recommended Posts