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-22 20:46:13 +0300
committerAndris Zeila <andris.zeila@zabbix.com>2021-10-22 20:46:13 +0300
commitda59768e37bed3bb6f3aaf4b10a21f8b1155e165 (patch)
tree8d0d7c0f5392df3a65fc3b98b6d0c427e3c9a43c /conf
parent6d18ddcab157c5fed707aa5b8c4be83ed2e5a1d3 (diff)
....I..... [ZBXNEXT-6923] updated ServerActive parameter for windows agent and agent2
Diffstat (limited to 'conf')
-rw-r--r--conf/zabbix_agentd.conf1
-rw-r--r--conf/zabbix_agentd.win.conf10
2 files changed, 9 insertions, 2 deletions
diff --git a/conf/zabbix_agentd.conf b/conf/zabbix_agentd.conf
index 8a1fa13f281..0f065f7c715 100644
--- a/conf/zabbix_agentd.conf
+++ b/conf/zabbix_agentd.conf
@@ -152,6 +152,7 @@ Server=127.0.0.1
# ServerActive=zabbix.cluster.node1;zabbix.cluster.node2:20051;zabbix.cluster.node3
# Example for HA with two clusters and one server:
# ServerActive=zabbix.cluster.node1;zabbix.cluster.node2:20051,zabbix.cluster2.node1;zabbix.cluster2.node2,zabbix.domain
+#
# Mandatory: no
# Default:
# ServerActive=
diff --git a/conf/zabbix_agentd.win.conf b/conf/zabbix_agentd.win.conf
index 9eeed1140c8..1079fca87dd 100644
--- a/conf/zabbix_agentd.win.conf
+++ b/conf/zabbix_agentd.win.conf
@@ -132,12 +132,18 @@ Server=127.0.0.1
##### Active checks related
### Option: ServerActive
-# List of comma delimited IP:port (or DNS name:port) pairs of Zabbix servers and Zabbix proxies for active checks.
+# List of comma delimited IP addresses or DNS names (address:port) pairs or clusters (address:port;address2:port) of Zabbix servers and Zabbix proxies for active checks.
# If port is not specified, default port is used.
+# Cluster nodes need be separated by semicolon.
# IPv6 addresses must be enclosed in square brackets if port for that host is specified.
# If port is not specified, square brackets for IPv6 addresses are optional.
# If this parameter is not specified, active checks are disabled.
-# Example: ServerActive=127.0.0.1:20051,zabbix.domain,[::1]:30051,::1,[12fc::1]
+# Example for multiple servers:
+# ServerActive=127.0.0.1:20051,zabbix.domain,[::1]:30051,::1,[12fc::1]
+# Example for HA:
+# ServerActive=zabbix.cluster.node1;zabbix.cluster.node2:20051;zabbix.cluster.node3
+# Example for HA with two clusters and one server:
+# ServerActive=zabbix.cluster.node1;zabbix.cluster.node2:20051,zabbix.cluster2.node1;zabbix.cluster2.node2,zabbix.domain
#
# Mandatory: no
# Default: