Source
268
268
### Option: StartIPMIPollers
269
269
# Number of pre-forked instances of IPMI pollers.
270
270
# The IPMI manager process is automatically started when at least one IPMI poller is started.
271
271
#
272
272
# Mandatory: no
273
273
# Range: 0-1000
274
274
# Default:
275
275
# StartIPMIPollers=0
276
276
277
277
### Option: StartPreprocessors
278
-
# Number of pre-forked instances of preprocessing workers.
279
-
# The preprocessing manager process is automatically started when preprocessor worker is started.
278
+
# Number of pre-started instances of preprocessing workers.
280
279
#
281
280
# Mandatory: no
282
281
# Range: 1-1000
283
282
# Default:
284
283
# StartPreprocessors=3
285
284
286
285
### Option: StartPollersUnreachable
287
286
# Number of pre-forked instances of pollers for unreachable hosts (including IPMI and Java).
288
287
# At least one poller for unreachable hosts must be running if regular, IPMI or Java pollers
289
288
# are started.