Source
145
145
# Cluster nodes need be separated by semicolon.
146
146
# IPv6 addresses must be enclosed in square brackets if port for that host is specified.
147
147
# If port is not specified, square brackets for IPv6 addresses are optional.
148
148
# If this parameter is not specified, active checks are disabled.
149
149
# Example for multiple servers:
150
150
# ServerActive=127.0.0.1:20051,zabbix.domain,[::1]:30051,::1,[12fc::1]
151
151
# Example for HA:
152
152
# ServerActive=zabbix.cluster.node1;zabbix.cluster.node2:20051;zabbix.cluster.node3
153
153
# Example for HA with two clusters and one server:
154
154
# ServerActive=zabbix.cluster.node1;zabbix.cluster.node2:20051,zabbix.cluster2.node1;zabbix.cluster2.node2,zabbix.domain
155
+
#
155
156
# Mandatory: no
156
157
# Default:
157
158
# ServerActive=
158
159
159
160
ServerActive=127.0.0.1
160
161
161
162
### Option: Hostname
162
163
# List of comma delimited unique, case sensitive hostnames.
163
164
# Required for active checks and must match hostnames as configured on the server.
164
165
# Value is acquired from HostnameItem if undefined.