添加zabbix yum仓库rpm -ivh http://repo.zabbix.com/zabbix/2.4/rhel/6/x86_64/zabbix-release-2.4-1.el6.noarch.rpm安装zabbix-agentyum install zabbix-agent -y修改zabbix-agent内信息vim /etc/zabbix/zabbix_agentd.conf Server=192.168.10.11 ServerActive=192.168.10.11 Hostname=web1启动zabbix-agentservice zabbix-agent st...