Steps to reproduce:
Install the Zabbix agent with a comma-delimited string for the HOSTNAME parameter.
msiexec /l*v log.txt /i zabbix_agent2-6.2.3-windows-amd64-openssl.msi /qn SERVER=127.0.0.1 HOSTNAME=host1.example.com,host2.example.com
Result:
See log file.
Expected:
- Option: Hostname
- List of comma delimited unique, case sensitive hostnames.
- Required for active checks and must match hostnames as configured on the server.
- Value is acquired from HostnameItem if undefined.
#- Mandatory: no
- Default:
- Hostname=
Hostname=host1.example.com,host2.example.com