How to install zabbix agent on Ubuntu
To install the Zabbix agent on Ubuntu, run the command apt install zabbix-agent To autostart, Zabbix agent on boot, enable it with systemctl enable zabbix-agent To manage Zabbix, use commands systemctl stop zabbix-agent systemctl start zabbix-agent systemctl restart zabbix-agent To see Zabbix listening port netstat -lntp | grep zabbix Edit file vi /etc/zabbix/zabbix_agentd.conf Find Server=127.0.0.1 … Read more