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-10-21 11:29:10 +0300
committerAndris Zeila <andris.zeila@zabbix.com>2021-10-21 11:29:10 +0300
commitf03e109e3adbca88d377ee18785ba8385f4abdeb (patch)
treea6c83ee909adb828c0d3ccfd2c64bd859d0ac15a /conf
parentc987a079f47eaa5d7e8c81d14f31ace404b034db (diff)
........S. [ZBXNEXT-6923] updated default conf file
Diffstat (limited to 'conf')
-rw-r--r--conf/zabbix_server.conf24
1 files changed, 24 insertions, 0 deletions
diff --git a/conf/zabbix_server.conf b/conf/zabbix_server.conf
index f10a2f8e97a..6fb84acff9d 100644
--- a/conf/zabbix_server.conf
+++ b/conf/zabbix_server.conf
@@ -953,3 +953,27 @@ StatsAllowedIP=127.0.0.1
# Range: 0 - INT_MAX (depends on system, too large values may be silently truncated to implementation-specified maximum)
# Default: SOMAXCONN (hard-coded constant, depends on system)
# ListenBacklog=
+
+
+####### High availability cluster parameters #######
+
+## Option: HANodeName
+# The high availability cluster node name.
+# When empty server is working in standalone mode.
+#
+# Mandatory: no
+# Default:
+# HANodeName=
+
+## Option: ExternalAddress
+# 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=