Post date: Sep 23, 2016 11:44:54 AM
Unity
You can use Unity to run a command in order to install Zabbix.
Go to Unityplatform.
Access Unit Commands Page.
Copy the 32/64 bit Zabbix command (see below) in 'Manual Command' -> Execute.
32 Bit Zabbix
batch file_down http://www.api.unityplatform.com/uploads/extensions/zabbix/win32/zabbix_sender.exe;file_down http://www.api.unityplatform.com/uploads/extensions/zabbix/win32/zabbix_agentd.exe;file_down http://www.api.unityplatform.com/uploads/extensions/zabbix/win32/zabbix_get.exe;file_down http://www.api.unityplatform.com/uploads/extensions/zabbix/conf/zabbix_agentd.win.conf;file_down http://www.api.unityplatform.com/uploads/extensions/zabbix/win32/dev/zabbix_sender.dll false c:\\ADXBA\\Unity\\downloads\\dev\\zabbix_sender.dll;file_down http://www.api.unityplatform.com/uploads/extensions/zabbix/win32/dev/zabbix_sender.lib false c:\\ADXBA\\Unity\\downloads\\dev\\zabbix_sender.lib;process zabbix_agentd.exe --config c:\\ADXBA\\Unity\\downloads\\zabbix_agentd.win.conf --install;process zabbix_agentd.exe --start
64 Bit Zabbix
batch file_down http://www.adxba.net/other/zabbix/win64/zabbix_sender.exe;file_down http://www.adxba.net/other/zabbix/win64/zabbix_agentd.exe;file_down http://www.adxba.net/other/zabbix/win64/zabbix_get.exe;file_down http://www.adxba.net/other/zabbix/conf/zabbix_agentd.win.conf;file_down http://www.adxba.net/other/zabbix/win64/dev/zabbix_sender.dll false c:\\ADXBA\\Unity\\downloads\\dev\\zabbix_sender.dll;file_down http://www.adxba.net/other/zabbix/win64/dev/zabbix_sender.lib false c:\\ADXBA\\Unity\\downloads\\dev\\zabbix_sender.lib;process zabbix_agentd.exe --config c:\\ADXBA\\Unity\\downloads\\zabbix_agentd.win.conf --install;process zabbix_agentd.exe --start