Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorAndris Zeila <andris.zeila@zabbix.com>2021-11-01 17:43:34 +0300
committerAndris Zeila <andris.zeila@zabbix.com>2021-11-01 17:43:34 +0300
commit5e3618a1228ba05c7560d3e429472192e8781568 (patch)
tree1dff35b9c60478b86521e0dfae8cd4dddd422879 /conf
parent463968349239dae0479e6ddbb94b71ae68c6c49d (diff)
........S. [ZBX-20139] Renamed ExternalAddress to NodeAddress and removed ListenIP/Port dependency
Diffstat (limited to 'conf')
-rw-r--r--conf/zabbix_server.conf9
1 files changed, 2 insertions, 7 deletions
diff --git a/conf/zabbix_server.conf b/conf/zabbix_server.conf
index 6fb84acff9d..ffffaca8d40 100644
--- a/conf/zabbix_server.conf
+++ b/conf/zabbix_server.conf
@@ -965,15 +965,10 @@ StatsAllowedIP=127.0.0.1
# Default:
# HANodeName=
-## Option: ExternalAddress
+## Option: NodeAddress
# IP or hostname with optional port to override how frontend should connect to the server.
# Format: <address>[:port]
#
-# The priority of addresses used to specify servers external address are:
-# ExternalAddress
-# ListenIP (if not 0.0.0.0 or ::)
-# localhost (default)
-#
# Mandatory: no
# Default:
-# ExternalAddress=
+# NodeAddress=localhost:10051