diff --git a/roles/zabbix_proxy/templates/zabbix_proxy.conf.j2 b/roles/zabbix_proxy/templates/zabbix_proxy.conf.j2 index 150d459..cc29778 100644 --- a/roles/zabbix_proxy/templates/zabbix_proxy.conf.j2 +++ b/roles/zabbix_proxy/templates/zabbix_proxy.conf.j2 @@ -15,7 +15,7 @@ StartTrappers={{ zabbix_proxy_trappers | default(5) }} StartPingers={{ zabbix_proxy_pingers | default(4) }} StartDiscoverers={{ zabbix_proxy_discoverers | default(1) }} StartHTTPPollers={{ zabbix_proxy_http_pollers | default(1) }} -Timeout={{ zabbix_proxy_timeout | default(15) }} +Timeout={{ zabbix_proxy_timeout | default(30) }} ExternalScripts=/var/lib/zabbix/bin/ TmpDir=/var/lib/zabbix/tmp {% if zabbix_proxy_encryption | default('none') == 'psk' %}