Source
xxxxxxxxxx
221
221
# At least one poller for unreachable hosts must be running if regular, IPMI or Java pollers
222
222
# are started.
223
223
#
224
224
# Mandatory: no
225
225
# Range: 0-1000
226
226
# Default:
227
227
# StartPollersUnreachable=1
228
228
229
229
### Option: StartHistoryPollers
230
230
# Number of pre-forked instances of history pollers.
231
-
# Only required for calculated, aggregated and internal checks.
231
+
# Only required for calculated and internal checks.
232
232
# A database connection is required for each history poller instance.
233
233
#
234
234
# Mandatory: no
235
235
# Range: 0-1000
236
236
# Default:
237
237
# StartHistoryPollers=5
238
238
239
239
### Option: StartTrappers
240
240
# Number of pre-forked instances of trappers.
241
241
# Trappers accept incoming connections from Zabbix sender, active agents and active proxies.