Supported OS
Zabbix Version: 7.4
Pending review
sudo apt update && sudo apt upgrade
wget https://repo.zabbix.com/zabbix/7.4/debian/pool/main/z/zabbix-release/zabbix-release_7.4-1+debian12_all.deb sudo dpkg -i zabbix-release_7.4-1+debian12_all.deb sudo apt update
sudo apt install zabbix-agent
File: /etc/zabbix/zabbix_agentd.conf
Edit the following:
Server=<ZABBIX_SERVER_IP>ServerActive=<ZABBIX_SERVER_IP>Hostname=<ZABBIX_MONITORED_HOSTNAME>Include=/etc/zabbix/zabbix_agentd.d/*.conf is enabled<code> sudo systemctl enable zabbix-agent sudo systemctl start zabbix-agent </