Hi, I was trying to install Agent 6.0 for Windows and I have this error message during the installation. Tried on Windows 10 20H2 and Server 2016 1607 with the same result.
Ad Widget
Collapse
Zabbix Agent 6.0 for Windows Error
Collapse
X
-
Hello Robert N. , you can solve Zabbix Agent 6.0 for Windows Error by creating configuration file that can be done by Create configuration file c:/zabbix_agentd.conf in UTF8 encoding without BOM (it has similar syntax as the UNIX agent). Now Install agent as a Windows service. zabbix_agentd.exe --install In case you like to utilize configuration file other than c:\zabbix_agentd.conf, you can use the following command for service installation: zabbix_agentd.exe --config <your_configuration_file> --install Just remember that the complete path to the configuration file should be fixed. Users can get to know that no device drivers were found windows 10 from here easily. In the end, Run the agent from where you can use Control Panel to start agent's service or run the following: zabbix_agentd.exe --startComment
Comment