0
点赞
收藏
分享

微信扫一扫

windows安装zabbix-agent


#加压安装包到指定位置 c:

#zabbix_Service的ip
Server=172.26.1.3

#zabbix_Service的ip
ServerActive=172.26.1.3

#本机ip
Hostname=xx

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

-c :执定配置文件所在位置

-i : 安装客户端

-s : 启动客户端

-x : 停止
-d :卸载

举报

相关推荐

0 条评论