*在上次实验的基础上继续实验*
建立客户端
[root@server1 ~]# yum install zabbix-agent-3.4.6-1.el6.x86_64.rpm -y
[root@server1 ~]# cd /etc/zabbix/
[root@server1 zabbix]# vim zabbix_agentd.conf
Server=172.25.66.11 #监控主机(zabbix服务器)ip
ServerActive=172.25.66.11 #监控主机的ip
Hostname=server1 #自己的hostname
添加本地解析
[root@server1 zabbix]# vim /etc/hosts
172.25.66.11 server11
[root@server11 conf.