This page covers installation of Zabbix agent. If needed, you may check additional info about supported platforms and permission requirements for the agent.
To install agent after correct repository configuration package is installed, run the following command:
# yum install zabbix-agent
Now agent is ready to be started by:
# systemctl start zabbix-agent
To install agent after correct repository configuration package is installed, run the following command:
# apt-get install zabbix-agent
Now agent is ready to be started by:
# service zabbix-agent start