Installing Zabbix Agent on VICIBOX Server.

  



Step 1: Install the Agent

zypper install zabbix-agent

Step 2: Specify the Server

edit /etc/zabbix/zabbix-agentd.conf with any file editor

vim /etc/zabbix/zabbix-agentd.conf

Point the Server and Active Server to the Monitoring Server

Server=135.181.97.24
ServerActive=135.181.97.24

Sample zabbix-agentd.conf file

Step 3: enable and start the service

systemctl start zabbix-agentd.service
systemctl enable zabbix-agentd.service

Comments