第一步、下载安装包
https://www.zabbix.com/download_agents
第二步、执行安装
参考官方 Zabbix Documentation 4.4/4 Windows agent installation from MSI 文档,执行 下一步 => 下一步 => 下一步 安装。
修改配置与重启
配置文件为 C:\Program Files\Zabbix Agent\zabbix_agentd.conf 文件,即默认安装目录。
服务重启(好像没有 restart 命令):
net stop 'Zabbix Agent' net start 'Zabbix Agent'
参考文献
Zabbix Documentation 4.4/4 Windows agent installation from MSI
Essential Tools for Windows Services: The NET Command