Ad Widget

Collapse

Zabbix push to Windows with SCCM

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • prash001
    Junior Member
    • Jul 2022
    • 1

    #1

    Zabbix push to Windows with SCCM

    Is anyone currently using SCCM to push Zabbix to windows servers?
    I would greatly appreciate some help on how to do this.

    Not sure if this can be done with a msi package or If i need to push a powershell script

    I would prefer to not have the server try to download something off github or w/e, we are trying to keep everything locked down.

    I dont know how to incorporate the following arguments\switches into the command line:

    server

    serveractive

    listenport

    hostmetadata (we have a specific one already set)

    FQDN of the server we are pushing the agent to

    So far I have been installing the agent manually, setting the server+serveractive+port, then setting the FQDN, and then I have to go into the config file to assign the hostmetadata and restart the service

    I have tried particular msi command lines but they dont seem to work.

    Not sure if the agent or documentation has changed over the years.

    Any help would be appreciated.
  • Markku
    Senior Member
    Zabbix Certified SpecialistZabbix Certified ProfessionalZabbix Certified Expert
    • Sep 2018
    • 1781

    #2
    No experience but there is a section about this in the manual: https://www.zabbix.com/documentation...ckages/win_msi

    Markku

    Comment

    • jasdeep!8
      Junior Member
      • Mar 2022
      • 13

      #3
      You can try this by placing the agent on a network path accessible by all those windows servers and then pushing a powershell script for silent install which will automatically edit the parameters in the config file and restart agent too.

      Comment

      Working...