-
Type:
Incident report
-
Resolution: Fixed
-
Priority:
Minor
-
None
-
Affects Version/s: 3.0.0
-
Component/s: Documentation (D)
Starting Windows agent fails with error:
zabbix_agentd.exe [6668]: ERROR: "LogType" "file" parameter requires "LogFile" parameter to be set
Both LogFile and LogType are optional but when LogType is not specified in the configuration file, the Windows agent defaults to LogType=file and refuses to start because LogFile is not specified in the config.
Workaround: add LogType=System in the config or add LogFile to config file.