05-03-2020, 17:10
Step 1 – Configure Zabbix Agent
First, modify the file configuration :
Then, uncomment the line :
For information, the option HostnameItem used for generating Hostname if it is undefined. Ignored if Hostname is defined.
To finish comment the line :
Restart service zabbix Agent :
First, modify the file configuration :
Code :
nano /etc/zabbix/zabbix_agentd.conf
Code :
Server={IP of Zabbix Server or Proxy Zabbix}
ServerActive={IP of Zabbix Server or Proxy Zabbix}
HostnameItem=system.hostname
For information, the option HostnameItem used for generating Hostname if it is undefined. Ignored if Hostname is defined.
To finish comment the line :
Code :
# Hostname=
Code :
systemctl restart zabbix-agent
