I spent hours troubleshooting then realised that it was installing all of the addons broke the Zabbix agent 2 service, choosing only MSSQL doesn't brake the service which is all I need anyway.
Its been installed on our test servers but I need to deploy this to over 100 servers so need to find a way to automate this.
I want to do this via CMD/Powershell but have failed to do so far.
I've tried using both the MSI which includes all the plugins and just the MSSQL exe found in the zip downloadable but still can't figure it out.
I tried several variations like: <msiexec.exe /i zabbix-agent2-plugin-mssql.exe /qn ADDLOCAL="Mssql Plugin"> for both the MSI and exe but nothing seems to work so far.
Any help is appreciated, I'm sure its something simple but I haven't found any help in the documentation.
Its been installed on our test servers but I need to deploy this to over 100 servers so need to find a way to automate this.
I want to do this via CMD/Powershell but have failed to do so far.
I've tried using both the MSI which includes all the plugins and just the MSSQL exe found in the zip downloadable but still can't figure it out.
I tried several variations like: <msiexec.exe /i zabbix-agent2-plugin-mssql.exe /qn ADDLOCAL="Mssql Plugin"> for both the MSI and exe but nothing seems to work so far.
Any help is appreciated, I'm sure its something simple but I haven't found any help in the documentation.
Comment