Ad Widget

Collapse

Windows Agent Install

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • gbrogna
    Junior Member
    • Oct 2010
    • 2

    #1

    Windows Agent Install

    Hello all,
    I must be ignorant or something. But I download the Windows agent and there is no installation executable. I have been searching the forum but can't make heads or tails.

    Where do I download the installation for the windows agent?

    Thanks
    Greg
  • jan.garaj
    Senior Member
    Zabbix Certified Specialist
    • Jan 2010
    • 506

    #2
    You dont need instalator - setup.exe, etc.
    Run in command line zabbix agent (32 or 64bit) with parameter -h and you will see:
    Code:
    C:\zabbix\zabbix_agentd.exe -h
    Zabbix Agent Win32 (service) v1.8.3 (revision 13926) (16 August 2010)
    
    usage: zabbix_agentd.exe [-Vhp] [-idsx] [-m] [-c <file>] [-t <metric>]
    
    Options:
    
      -c --config <file>    Specify configuration file. Use absolute path
      -h --help             give this help
      -V --version          display version number
      -p --print            print supported metrics and exit
      -t --test <metric>    test specified metric and exit
    
    Functions:
    
      -i --install          install Zabbix agent as service
      -d --uninstall        uninstall Zabbix agent from service
      -s --start            start Zabbix agent service
      -x --stop             stop Zabbix agent service
      -m --multiple-agents  service name will include hostname
    </cite>
    So installation as service:
    Code:
    C:\zabbix\zabbix_agentd.exe -i
    Devops Monitoring Expert advice: Dockerize/automate/monitor all the things.
    My DevOps stack: Docker / Kubernetes / Mesos / ECS / Terraform / Elasticsearch / Zabbix / Grafana / Puppet / Ansible / Vagrant

    Comment

    • gbrogna
      Junior Member
      • Oct 2010
      • 2

      #3
      Perfect Installation worked great.

      How long should it take for zabbix to acknowledge the windows agent?

      Thanks

      Comment

      • themons
        Senior Member
        • Feb 2005
        • 110

        #4
        May this can help you



        Great contribution to the community
        Zabbix 1.8.3
        SLES 11 x64

        French Zabbix user

        Comment

        Working...