1.上传安装包,解压安装包到自己指定位置
官网下载地址,自己挑选版本
https://www.zabbix.com/cn/download_agents
2、配置zabbix_agent.win.conf文件
找到conf下的配置文件 zabbix_agentd.win.conf ,修改LogFile、Server、ServerActive 、Hostname这几个参数。
具体配置如下:
LogFile=C:\zabbix\zabbix_agentd.log
#zabbix server的ip
Server=172.11.22.33
#zabbix server的ip
ServerActive=172.11.22.33
#本机机器名称
Hostname=Windows_XXXX
3.安装zabbix agent
cd C:\zabbix_agents-3.0.25-win-amd64\bin
#安装
zabbix_agentd.exe -i -c C:\zabbix_agents-3.0.25-win-amd64\conf\zabbix_agentd.win.conf
#启动
zabbix_agentd.exe -s -c C:\zabbix_agents-3.0.25-win-amd64\conf\zabbix_agentd.win.conf