首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > 其他 > zabbix自动安装及卸载脚本

zabbix自动安装及卸载脚本

  • 资源大小:953.73 kB
  • 上传时间:2021-06-30
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签: shell

资 源 简 介

@echo offREM *********************************************REM 用途:用于windows自动安装zabbix客户端REM 编制人:REM 修订人:无REM *********************************************REM 变量定义set homepath=C:zabbixset confname=zabbix_agentd.win.confset confdir=%homepath%confset win32dir=%homepath%win32set win64dir=%homepath%win64set ostype=%PROCESSOR_IDENTIFIER:~0,3%REM 获取主机名for /f "delims=" %%x in ("hostname") do set Hname=%%xREM 更新conf文件内容(for /f "delims=" %%i in (%confdir%\%confname%) do (   Set str=%%i  SetLocal EnableDelayedExpansion  Set str=!Str:tempname=%Hname%!  echo !str!  EndLocal ))>%confdir% mp.txtren %confdir%\%confname% %confname%.bakren %confdir% mp.txt %confname%REM 判断操作系统为64位还是32位if /i %ostype% == x86 (   goto WIN32

文 件 列 表

zabbix
conf
setup.bat
uninstall.bat
win32
win64
VIP VIP
0.174604s