首页 > 其他 > 详细

ZABBIX代理端自动安装脚本

时间:2020-01-20 16:29:41      阅读:63      评论:0      收藏:0      [点我收藏+]

color fd
C:\Windows\System32\drivers\etc
hosts
cd C:\ump\zabbix\conf
zabbix_agentd.conf
if %processor_architecture% EQU x86 copy /y C:\ump\zabbix\bin\win32 C:\ump\zabbix\
if %processor_architecture% EQU AMD64 copy /y C:\ump\zabbix\bin\win64 C:\ump\zabbix\
C:\ump\zabbix\zabbix_agentd.exe -c C:\ump\zabbix\conf\zabbix_agentd.conf -i
net start "Zabbix Agent"
sc config "Zabbix Agent" start= auto

ZABBIX代理端自动安装脚本

原文:https://www.cnblogs.com/A121/p/12218274.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!