zabbix-agent静默安装

msiexec /i zabbix-msi安装包 /qn SERVER=zabbix服务器IP

例如版本为zabbix_agent-7.0.7-windows-amd64-openssl.msi,服务器为192.168.1.100

msiexec /i zabbix_agent-7.0.7-windows-amd64-openssl.msi /qn SERVER=192.168.1.100

官方文档地址:

4 从MSI安装Windows agenthttps://www.zabbix.com/documentation/7.0/zh/manual/installation/install_from_packages/win_msi?hl=agent%2CWindows%2CAgent

你可能感兴趣的:(zabbix)