ZABBIX AGENT installer

DOWNLOAD MSI Installer
DOWNLOAD EXE Script installer
News
31 Mar 11 Add SPORT et LPORT Parameters
02 Apr 11 Correction of debug message in script
18 Sep 11 Upgrade version to 1.8.7 from Zabbix SIA source
24 Oct 11 Upgrade version to 1.8.8 from Zabbix SIA source
29 Oct 11 Initial MSI package For version 1.8.8 From Zabbix SIA source
13 Nov 11 bug Correction prevent passing value in MSI Package
28 Nov 11 Upgrade version to 1.8.9 from Zabbix SIA source
29 Dec 11 Upgrade version to 1.8.10 from Zabbix SIA source
21 Jan 11 solved problem over binary setup in some case
21 Jan 11 solved problem Computer name on msi install

Content

This package is made for installing Zabbix agent (compiled by ZABBIX SIA) on windows environement.

The packages includes: zabbix_agent for W32 & w64, zabbix_sender and zabbix_get - from source code (precompiled from zabbix SIA)

Download old versions

Using the MSI package

msiexec /I zabbix_agent-version.msi [server=ZabbixServerIPAddress][sport=ServerPort][lport=ListenPort] [rmtcmd=1] [/qn]

where:

Using the script binary package

zabbix_agent-version_installer.exe [/server=ZabbixServerIPAddress][/sport=ServerPort][/lport=ListenPort] [/rmtcmd=1] [/S][/D=InstallPath]

where:

If you have multiple Zabbix server monitoring by network you can create a file near the installer calling it zabbixlist.csv like :

NetworkAdress;ZabbixServeurAdress
default;zabbix_server4
192.168.1.0;zabbix_server1
192.168.2.0;zabbix_server2
192.168.3.0;zabbix_server1
192.168.4.0;zabbix_server3

When the installer see this file it calculate the network adress and try to find it in the file and take the zabbix server attached to the network adress. if the network adress is not in the file it take the default line if there is otherwise he take the server adresse given in the parameters

Credit

  • Vincent Besançon - NSIS wizard. Thank's to nullsoft NSIS magic
  • SAFL - the old zabbix_sender.exe for Windows / clean and with no cygwin inside.
  • ZABBIX SIA of course

    Link

  • Zabbix : http://www.zabbix.com
  • the old Zabbix Sender : http://www.safl.dk and http://www.zabbix.com/forum
  • Nsis : http://nsis.sourceforge.net/Main_Page
  • © 2006-2011 by Michel Manceron All rights reserved.