Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7e84183

Browse files
authored
Do not set ServerPort config parameter (ansible-collections#850)
1 parent 2fa6183 commit 7e84183

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
bugfixes:
3+
- zabbix_proxy - do not set ServerPort config parameter which was removed in Zabbix 6.0

roles/zabbix_proxy/templates/zabbix_proxy.conf.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
ProxyMode={{ zabbix_proxy_mode }}
1010
Server={{ zabbix_proxy_server }}
11-
{% if zabbix_version is version('6.0', '<=') %}
11+
{% if zabbix_version is version('6.0', '<') %}
1212
ServerPort={{ zabbix_proxy_serverport }}
1313
{% endif %}
1414
{% if zabbix_proxy_hostname is defined and zabbix_proxy_hostname %}

0 commit comments

Comments
 (0)