Aktionen
Setup zabbix-agent22 » Historie » Revision 1
Revision 1/4
| Weiter »
Jeremias Keihsler, 15.07.2017 15:16
Install Zabbix Agent 2.2.x¶
Preliminary note¶
also check back on zabbix-wiki http://www.zabbix.com/wiki/howto/monitor/os/linux/agentinstallonlinux (this is still for CentOS 5.x but may be of help)
Requirements¶
Agent-Install¶
yum update
yum --enablerepo=epel install zabbix22-agent
vim /etc/zabbix/zabbix_agentd.conf
# line 82: change to your Zabbix-server Server=192.168.56.1 # line 105: change to your hostname Hostname=application.server.example.com
vim /etc/zabbix/zabbix_agent.conf
# line 13: change to your Zabbix-server Server=192.168.56.1
systemctl start zabbix-agent
systemctl enable zabbix-agent
Firewall¶
you have to open port 10050 tcp
Von Jeremias Keihsler vor mehr als 7 Jahren aktualisiert · 1 Revisionen