I am looking at pushing out the zabbix agent via SCCM.
At this current time i have the Agent auto registering into Zabbix using Active registration, this is working perfectly.
What i need to do is package and push out zabbix to 500+ servers, i have referred to https://www.zabbix.com/documentation...ckages/win_msi for the commands that can be written to the configuration when installing the MSI.
I need to add the below.
HostNameItem=system.hostname so when the registration request comes in the hostname of the server is populated. I cannot see how to write this string at the point of installing the MSI, how can i achieve writing this string or similar so i can have 500+ clients auto register. This is using active registration and not via a discovery rule.
Many Thanks
At this current time i have the Agent auto registering into Zabbix using Active registration, this is working perfectly.
What i need to do is package and push out zabbix to 500+ servers, i have referred to https://www.zabbix.com/documentation...ckages/win_msi for the commands that can be written to the configuration when installing the MSI.
I need to add the below.
HostNameItem=system.hostname so when the registration request comes in the hostname of the server is populated. I cannot see how to write this string at the point of installing the MSI, how can i achieve writing this string or similar so i can have 500+ clients auto register. This is using active registration and not via a discovery rule.
Many Thanks
Comment