Ad Widget

Collapse

Windows agent in trunk/bin will not install

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • frater
    Senior Member
    • Oct 2010
    • 340

    #1

    Windows agent in trunk/bin will not install

    For a while I'm using the nullsoft script provided by suivperf to install newer clients on my Windows machines.

    I''m using his source-script, so I can do some minor adjustments (in its conf).

    In trunk/bin/win64 and trunk/bin/win32 newer agents are supplied when I do a subversion update. These binaries don't want to install.

    Are they properly tested?
    I tried them on 64-bit systems
    Zabbix agents on Linux, FreeBSD, Windows, AVM-Fritz!box, DD-WRT and QNAP
  • zalex_ua
    Senior Member
    Zabbix Certified Trainer
    Zabbix Certified SpecialistZabbix Certified Professional
    • Oct 2009
    • 1286

    #2
    All is fine with the zabbix binary on WinXP 32-bit:

    Code:
    C:\Program Files\Zabbix Agent>zabbix_agentd.exe -i -c "c:\Program Files\Zabbix Agent\zabbix_agentd.conf"
    zabbix_agentd.exe [5608]: service [Zabbix Agent] installed successfully
    zabbix_agentd.exe [5608]: event source [Zabbix Agent] installed successfully
    
    C:\Program Files\Zabbix Agent>zabbix_agentd.exe -d -c "c:\Program Files\Zabbix Agent\zabbix_agentd.conf"
    zabbix_agentd.exe [4480]: service [Zabbix Agent] uninstalled successfully
    zabbix_agentd.exe [4480]: event source [Zabbix Agent] uninstalled successfully
    
    C:\Program Files\Zabbix Agent>zabbix_agentd.exe -i -c "c:\Program Files\Zabbix Agent\zabbix_agentd.conf"
    zabbix_agentd.exe [4844]: service [Zabbix Agent] installed successfully
    zabbix_agentd.exe [4844]: event source [Zabbix Agent] installed successfully
    
    C:\Program Files\Zabbix Agent>zabbix_agentd.exe -V
    Zabbix Agent Win32 (service) v2.0.0 (revision 27673) (21 May 2012)
    Compilation time: May 21 2012 17:02:11
    All question goes to nullsoft installer.

    Comment

    • zalex_ua
      Senior Member
      Zabbix Certified Trainer
      Zabbix Certified SpecialistZabbix Certified Professional
      • Oct 2009
      • 1286

      #3
      The same tested under Server 2008 R2 64 bit - all is fine with zabbix binary.

      Comment

      • zalex_ua
        Senior Member
        Zabbix Certified Trainer
        Zabbix Certified SpecialistZabbix Certified Professional
        • Oct 2009
        • 1286

        #4
        I know why

        Comment

        • zalex_ua
          Senior Member
          Zabbix Certified Trainer
          Zabbix Certified SpecialistZabbix Certified Professional
          • Oct 2009
          • 1286

          #5
          Take a look to this unsuccessful attempt:
          Code:
          C:\Program Files (x86)\Zabbix Agent>zabbix_agentd.exe -i -c "C:\Program Files (x86)\Zabbix Agent\zabbix_agentd
          .conf"
          zabbix_agentd.exe [1528]: unknown parameter [ServerPort] in config file [C:\Program Files (x86)\Zabbix Agent\z
          abbix_agentd.conf], line 117
          Do you see: unknown parameter [ServerPort] in config file ?

          Let me guess - you have the same or similar error .

          Read this: http://blog.zabbix.com/multiple-serv...gent-sure/858/ and this http://www.zabbix.com/documentation/...n_improvements

          Comment

          • frater
            Senior Member
            • Oct 2010
            • 340

            #6
            Yes, it is...
            I was already busy patching the script, but I can also wait for suivperf to do it for me ;-)
            Zabbix agents on Linux, FreeBSD, Windows, AVM-Fritz!box, DD-WRT and QNAP

            Comment

            Working...