From 340a77ead5a705b89d875de3735c7f80628046a0 Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Fri, 25 Apr 2025 22:03:16 +0200 Subject: [PATCH] fix: zabbix server directive --- templates/zabbix/zabbix_agent.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/zabbix/zabbix_agent.conf.j2 b/templates/zabbix/zabbix_agent.conf.j2 index 84783e7..6cdacb5 100644 --- a/templates/zabbix/zabbix_agent.conf.j2 +++ b/templates/zabbix/zabbix_agent.conf.j2 @@ -1,6 +1,6 @@ # general Hostname={{ zabbix_agent_hostname | default(inventory_hostname) }} -Server={{ zabbix_proxy_address }}:{{ zabbix_proxy_port }} +Server={{ zabbix_proxy_address }} ServerActive={{ zabbix_proxy_address }}:{{ zabbix_proxy_port }} ListenPort={{ zabbix_agent_listen_port }} HostMetadataItem=system.uname