Aktionen
Install Zabbix Agent 2.0.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 zabbix20-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
/etc/rc.d/init.d/zabbix-agent start
chkconfig zabbix-agent on
Firewall¶
you have to open port 10050 tcp
Von Jeremias Keihsler vor fast 8 Jahren aktualisiert · 1 Revisionen