Source
128
128
# Default:
129
129
# ListenIP=0.0.0.0
130
130
131
131
### Option: StartAgents
132
132
# Number of pre-forked instances of zabbix_agentd that process passive checks.
133
133
# If set to 0, disables passive checks and the agent will not listen on any TCP port.
134
134
#
135
135
# Mandatory: no
136
136
# Range: 0-100
137
137
# Default:
138
-
# StartAgents=3
138
+
# StartAgents=10
139
139
140
140
##### Active checks related
141
141
142
142
### Option: ServerActive
143
143
# Zabbix server/proxy address or cluster configuration to get active checks from.
144
144
# Server/proxy address is IP address or DNS name and optional port separated by colon.
145
145
# Cluster configuration is one or more server addresses separated by semicolon.
146
146
# Multiple Zabbix servers/clusters and Zabbix proxies can be specified, separated by comma.
147
147
# More than one Zabbix proxy should not be specified from each Zabbix server/cluster.
148
148
# If Zabbix proxy is specified then Zabbix server/cluster for that proxy should not be specified.