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