一、安装前准备环境
1、下载zabbix_agents_x.x.x.win.zip 并解压至C盘根目录, 出现bin, 和conf目录。
2、关闭windows 防火墙。
二、agent的配置
1. 用写字板打开c:\conf\zabbix_agentd.win.conf
2. Server=127.0.0.1 ###zabbix-server ip
3. ServerActive= 127.0.0.1 ###zabbix-server ip
4. Hostname=Windowshost
三、agent的安装
1、 管理员之行cmd
1. C:\bin\win64> zabbix_agentd.exe -cc:\conf\zabbix_agentd.win.conf --install
四、启动agent客户端
1. C:\bin\win64\zabbix_agentd.exe -cC:\conf\zabbix_agentd.win.conf –s
五、停止agent客户端
1. C:\bin\win64\zabbix_agentd.exe -cC:\conf\zabbix_agentd.win.conf –x
六、卸载agent客户端
1. C:\bin\win64\zabbix_agentd.exe -cC:\conf\zabbix_agentd.win.conf –d
七、设置开机自启
1、计算机右键管理出现以下图示:
点击最后一项服务和应用程序会出现以下图示:
点开服务项会出现以下图示:
完成开机自启。