windows下zabbix agent安装
时间:2020-06-18 12:48:16
收藏:0
阅读:67
-x 停止服务
-d 卸载
-i 安装
-s 启动服务
-d 卸载
-i 安装
-s 启动服务
cd C:\zabbix_agents\bin
.\zabbix_agentd.exe -c ..\conf\zabbix_agentd.conf -x
.\zabbix_agentd.exe -c ..\conf\zabbix_agentd.conf -d
.\zabbix_agentd.exe -c ..\conf\zabbix_agentd.conf -i
.\zabbix_agentd.exe -c ..\conf\zabbix_agentd.conf -s
cd c:\zabbix_agents-4.0.10-win-i386\bin
.\zabbix_agentd.exe -c ..\conf\zabbix_agentd.conf -x
.\zabbix_agentd.exe -c ..\conf\zabbix_agentd.conf -d
.\zabbix_agentd.exe -c ..\conf\zabbix_agentd.conf -i
.\zabbix_agentd.exe -c ..\conf\zabbix_agentd.conf -s
评论(0)