Ad Widget

Collapse

Install only the MSSQL plugin

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ZabbixMike
    Junior Member
    • Jul 2025
    • 3

    #1

    Install only the MSSQL plugin

    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.


  • ZabbixMike
    Junior Member
    • Jul 2025
    • 3

    #2
    I found it in: 4 Windows agent installation from MSI

    In particular the bottom section, you have to add in ADDLOCAL=MssqlPlugin:

    msiexec.exe /l*v "C:\package.log" /i "C:\temp\zabbix_agent2_plugins-7.4.0-windows-amd64.msi" /qn+ ADDLOCAL=MssqlPlugin

    Comment

    Working...