Skip to content

Commit bfd707c

Browse files
committed
fix(proxy): fix bug in javagateway on zabbix proxies
1 parent 96c9dc0 commit bfd707c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zabbix/files/default/etc/zabbix/zabbix_proxy.conf.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@
384384
# Mandatory: no
385385
# Default:
386386
# JavaGateway=
387-
{% if settings.get('starthttppollers', defaults.get('starthttppollers', False)) %}
387+
{% if settings.get('javagateway', defaults.get('javagateway', False)) %}
388388
JavaGateway={{ settings.get('javagateway', defaults.javagateway) }}
389389

390390
### Option: JavaGatewayPort

0 commit comments

Comments
 (0)