一. 监控linux服务器:
1.yum -y install wget
2.下载与安装zabbix仓库
wget http://repo.zabbix.com/zabbix/3.4/rhel/7/x86_64/zabbix-release- 3.4-2.el7.noarch.rpm
yum localinstall zabbix-release-3.4-2.el7.noarch.rpm
3.安装Zabbix agent
yum -y install zabbix-agent
4.修改zabbix agent配置文件
vim /etc/zabbix/zabbix_agentd.conf
Server=127.0.0.1 # 指定zabbix server的IP地址
5.启动zabbix agent服务
systemctl start zabbix-agent; systemctl enable zabbix-agent
6 在zabbix web添加 linux服务器
二. 监控windows服务器
1.下载windows版本的zabbix agent
https://www.zabbix.com/downloads/3.4.0/zabbix_agents_3.4.0.win.zip
2.解压zabbix-agent,进conf目录,编辑zabbix_agentd.conf配置文件,指定Server为zabbix-server的IP地址。
3.将zabbix_agentd.conf配置文件拷贝到c:目录下
4.安装zabbix-agent
5.启动zabbix agent
6.在zabbix web添加 windows服务器