Hi,
Zabbix agent 1.8.2 windows service won't start if the zabbix agent conf includes a directory like:
But it works if zabbix agent conf includes a file like this:
Zabbix agent 1.8.2 windows service won't start if the zabbix agent conf includes a directory like:
Code:
Include=c:\zabbix\conf\
Code:
Include=c:\zabbix\conf\new_zabbix_agentd.conf
Comment