hi there
i created a SILENT zabbix agentd installer with NSIS.
What does ist do:
- Install
- stop Service
- Copy zabbix_agentd.exe to %ProgramFiles%\ZABBIX Agent
- optional: copy zabbix_agentd.conf
- optional: replace config options Server / Hostname
- install service
- start service
- Uninstall
- stop service
- uninstall service
- delete zabbix_agentd.exe
- IT DOES NOT DELETE ZABBIX_AGENTD.CONF
Command line options:
-c=<PATH-TO\ZABBIX_AGENTD.CONF>
-server=<ZabbixServerIPorDNS>
-hostname=<Hostname>
Download:
Warning:
the installer produces no log output at all also on error. (i tested it only with WinXP German by now)
- Thomas
i created a SILENT zabbix agentd installer with NSIS.
What does ist do:
- Install
- stop Service
- Copy zabbix_agentd.exe to %ProgramFiles%\ZABBIX Agent
- optional: copy zabbix_agentd.conf
- optional: replace config options Server / Hostname
- install service
- start service
- Uninstall
- stop service
- uninstall service
- delete zabbix_agentd.exe
- IT DOES NOT DELETE ZABBIX_AGENTD.CONF
Command line options:
-c=<PATH-TO\ZABBIX_AGENTD.CONF>
-server=<ZabbixServerIPorDNS>
-hostname=<Hostname>
Download:
Warning:
the installer produces no log output at all also on error. (i tested it only with WinXP German by now)
- Thomas
Comment