I'm trying to install the Zabbix 4 agentd service on some Windows 2016 servers. I have tried the package with and without openssl but both fail to install in the same manner.
I have copied zabbix_agentd.exe and zabbix_agentd.conf to c:\zabbix and run both `c:\zabbix\zabbix_agentd.exe -i` and `c:\zabbix\zabbix_agentd.exe --config c:\zabbix\zabbix_agentd.conf --install' and in both cases what Windows tries to do is open the config file with no output from zabbix_agentd.exe and the service doesn't install.
If I don't associate .conf files with notepad a message comes up saying windows doesn't know how to handle the file, if I do associate conf files with notepad, notepad opens the config file.
Are the instructions for installing the Zabbix 4 agent different or is there something else I'm missing?
I have copied zabbix_agentd.exe and zabbix_agentd.conf to c:\zabbix and run both `c:\zabbix\zabbix_agentd.exe -i` and `c:\zabbix\zabbix_agentd.exe --config c:\zabbix\zabbix_agentd.conf --install' and in both cases what Windows tries to do is open the config file with no output from zabbix_agentd.exe and the service doesn't install.
If I don't associate .conf files with notepad a message comes up saying windows doesn't know how to handle the file, if I do associate conf files with notepad, notepad opens the config file.
Are the instructions for installing the Zabbix 4 agent different or is there something else I'm missing?
Comment