From f482ff085db0d6a9ddea969f172df2110a5bf831 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rkus=20S=C3=A1ndor?= Date: Sun, 30 Jul 2023 19:21:02 +0200 Subject: [PATCH] delete ZBXLOGDIR --- templates/zabbix_agentd.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}