diff --git a/templates/zabbix_agentd.conf.j2 b/templates/zabbix_agentd.conf.j2 index c0df8a0..005f190 100644 --- a/templates/zabbix_agentd.conf.j2 +++ b/templates/zabbix_agentd.conf.j2 @@ -3,7 +3,7 @@ ################################################################################ PidFile=/run/zabbix/zabbix_agentd.pid -LogFile=/var/log/{{ ZBXLOGDIR }}/zabbix_agentd.log +LogFile=/var/log/zabbix/zabbix_agentd.log LogFileSize={{ ZBXLOGFILESIZE }} Server={{ ZBXSERVER }} ListenPort={{ ZBXAGENTPORT }}