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