|
@@ -1,678 +0,0 @@
|
1
|
|
-# This is a configuration file for Zabbix server daemon
|
2
|
|
-# To get more information about Zabbix, visit http://www.zabbix.com
|
3
|
|
-
|
4
|
|
-############ GENERAL PARAMETERS #################
|
5
|
|
-
|
6
|
|
-### Option: ListenPort
|
7
|
|
-# Listen port for trapper.
|
8
|
|
-#
|
9
|
|
-# Mandatory: no
|
10
|
|
-# Range: 1024-32767
|
11
|
|
-# Default:
|
12
|
|
-ListenPort=ZABBIX_PORT
|
13
|
|
-
|
14
|
|
-### Option: SourceIP
|
15
|
|
-# Source IP address for outgoing connections.
|
16
|
|
-#
|
17
|
|
-# Mandatory: no
|
18
|
|
-# Default:
|
19
|
|
-# SourceIP=
|
20
|
|
-
|
21
|
|
-### Option: LogType
|
22
|
|
-# Specifies where log messages are written to:
|
23
|
|
-# system - syslog
|
24
|
|
-# file - file specified with LogFile parameter
|
25
|
|
-# console - standard output
|
26
|
|
-#
|
27
|
|
-# Mandatory: no
|
28
|
|
-# Default:
|
29
|
|
-# LogType=file
|
30
|
|
-
|
31
|
|
-### Option: LogFile
|
32
|
|
-# Log file name for LogType 'file' parameter.
|
33
|
|
-#
|
34
|
|
-# Mandatory: no
|
35
|
|
-# Default:
|
36
|
|
-# LogFile=
|
37
|
|
-
|
38
|
|
-LogFile=/var/log/zabbix/zabbix_server.log
|
39
|
|
-
|
40
|
|
-### Option: LogFileSize
|
41
|
|
-# Maximum size of log file in MB.
|
42
|
|
-# 0 - disable automatic log rotation.
|
43
|
|
-#
|
44
|
|
-# Mandatory: no
|
45
|
|
-# Range: 0-1024
|
46
|
|
-# Default:
|
47
|
|
-# LogFileSize=1
|
48
|
|
-
|
49
|
|
-LogFileSize=0
|
50
|
|
-
|
51
|
|
-### Option: DebugLevel
|
52
|
|
-# Specifies debug level:
|
53
|
|
-# 0 - basic information about starting and stopping of Zabbix processes
|
54
|
|
-# 1 - critical information
|
55
|
|
-# 2 - error information
|
56
|
|
-# 3 - warnings
|
57
|
|
-# 4 - for debugging (produces lots of information)
|
58
|
|
-# 5 - extended debugging (produces even more information)
|
59
|
|
-#
|
60
|
|
-# Mandatory: no
|
61
|
|
-# Range: 0-5
|
62
|
|
-# Default:
|
63
|
|
-# DebugLevel=3
|
64
|
|
-
|
65
|
|
-### Option: PidFile
|
66
|
|
-# Name of PID file.
|
67
|
|
-#
|
68
|
|
-# Mandatory: no
|
69
|
|
-# Default:
|
70
|
|
-# PidFile=/tmp/zabbix_server.pid
|
71
|
|
-
|
72
|
|
-PidFile=/var/run/zabbix/zabbix_server.pid
|
73
|
|
-
|
74
|
|
-### Option: SocketDir
|
75
|
|
-# IPC socket directory.
|
76
|
|
-# Directory to store IPC sockets used by internal Zabbix services.
|
77
|
|
-#
|
78
|
|
-# Mandatory: no
|
79
|
|
-# Default:
|
80
|
|
-# SocketDir=/tmp
|
81
|
|
-
|
82
|
|
-SocketDir=/var/run/zabbix
|
83
|
|
-
|
84
|
|
-### Option: DBHost
|
85
|
|
-# Database host name.
|
86
|
|
-# If set to localhost, socket is used for MySQL.
|
87
|
|
-# If set to empty string, socket is used for PostgreSQL.
|
88
|
|
-#
|
89
|
|
-# Mandatory: no
|
90
|
|
-# Default:
|
91
|
|
-DBHost=POSTGRES_HOST
|
92
|
|
-
|
93
|
|
-### Option: DBName
|
94
|
|
-# Database name.
|
95
|
|
-# For SQLite3 path to database file must be provided. DBUser and DBPassword are ignored.
|
96
|
|
-#
|
97
|
|
-# Mandatory: yes
|
98
|
|
-# Default:
|
99
|
|
-# DBName=
|
100
|
|
-
|
101
|
|
-DBName=POSTGRES_DB
|
102
|
|
-
|
103
|
|
-### Option: DBSchema
|
104
|
|
-# Schema name. Used for IBM DB2 and PostgreSQL.
|
105
|
|
-#
|
106
|
|
-# Mandatory: no
|
107
|
|
-# Default:
|
108
|
|
-# DBSchema=
|
109
|
|
-
|
110
|
|
-### Option: DBUser
|
111
|
|
-# Database user. Ignored for SQLite.
|
112
|
|
-#
|
113
|
|
-# Mandatory: no
|
114
|
|
-# Default:
|
115
|
|
-# DBUser=
|
116
|
|
-
|
117
|
|
-DBUser=POSTGRES_USER
|
118
|
|
-
|
119
|
|
-### Option: DBPassword
|
120
|
|
-# Database password. Ignored for SQLite.
|
121
|
|
-# Comment this line if no password is used.
|
122
|
|
-#
|
123
|
|
-# Mandatory: no
|
124
|
|
-# Default:
|
125
|
|
-DBPassword=POSTGRES_PASSWORD
|
126
|
|
-
|
127
|
|
-### Option: DBSocket
|
128
|
|
-# Path to MySQL socket.
|
129
|
|
-#
|
130
|
|
-# Mandatory: no
|
131
|
|
-# Default:
|
132
|
|
-# DBSocket=/tmp/mysql.sock
|
133
|
|
-
|
134
|
|
-### Option: DBPort
|
135
|
|
-# Database port when not using local socket. Ignored for SQLite.
|
136
|
|
-#
|
137
|
|
-# Mandatory: no
|
138
|
|
-# Range: 1024-65535
|
139
|
|
-# Default (for MySQL):
|
140
|
|
-# DBPort=3306
|
141
|
|
-
|
142
|
|
-### Option: HistoryStorageURL
|
143
|
|
-# History storage HTTP[S] URL.
|
144
|
|
-#
|
145
|
|
-# Mandatory: no
|
146
|
|
-# Default:
|
147
|
|
-# HistoryStorageURL=
|
148
|
|
-
|
149
|
|
-### Option: HistoryStorageTypes
|
150
|
|
-# Comma separated list of value types to be sent to the history storage.
|
151
|
|
-#
|
152
|
|
-# Mandatory: no
|
153
|
|
-# Default:
|
154
|
|
-# HistoryStorageTypes=uint,dbl,str,log,text
|
155
|
|
-
|
156
|
|
-############ ADVANCED PARAMETERS ################
|
157
|
|
-
|
158
|
|
-### Option: StartPollers
|
159
|
|
-# Number of pre-forked instances of pollers.
|
160
|
|
-#
|
161
|
|
-# Mandatory: no
|
162
|
|
-# Range: 0-1000
|
163
|
|
-# Default:
|
164
|
|
-StartPollers=20
|
165
|
|
-
|
166
|
|
-### Option: StartIPMIPollers
|
167
|
|
-# Number of pre-forked instances of IPMI pollers.
|
168
|
|
-# The IPMI manager process is automatically started when at least one IPMI poller is started.
|
169
|
|
-#
|
170
|
|
-# Mandatory: no
|
171
|
|
-# Range: 0-1000
|
172
|
|
-# Default:
|
173
|
|
-# StartIPMIPollers=0
|
174
|
|
-
|
175
|
|
-### Option: StartPreprocessors
|
176
|
|
-# Number of pre-forked instances of preprocessing workers.
|
177
|
|
-# The preprocessing manager process is automatically started when preprocessor worker is started.
|
178
|
|
-#
|
179
|
|
-# Mandatory: no
|
180
|
|
-# Range: 1-1000
|
181
|
|
-# Default:
|
182
|
|
-# StartPreprocessors=3
|
183
|
|
-
|
184
|
|
-### Option: StartPollersUnreachable
|
185
|
|
-# Number of pre-forked instances of pollers for unreachable hosts (including IPMI and Java).
|
186
|
|
-# At least one poller for unreachable hosts must be running if regular, IPMI or Java pollers
|
187
|
|
-# are started.
|
188
|
|
-#
|
189
|
|
-# Mandatory: no
|
190
|
|
-# Range: 0-1000
|
191
|
|
-# Default:
|
192
|
|
-# StartPollersUnreachable=1
|
193
|
|
-
|
194
|
|
-### Option: StartTrappers
|
195
|
|
-# Number of pre-forked instances of trappers.
|
196
|
|
-# Trappers accept incoming connections from Zabbix sender, active agents and active proxies.
|
197
|
|
-# At least one trapper process must be running to display server availability and view queue
|
198
|
|
-# in the frontend.
|
199
|
|
-#
|
200
|
|
-# Mandatory: no
|
201
|
|
-# Range: 0-1000
|
202
|
|
-# Default:
|
203
|
|
-# StartTrappers=5
|
204
|
|
-
|
205
|
|
-### Option: StartPingers
|
206
|
|
-# Number of pre-forked instances of ICMP pingers.
|
207
|
|
-#
|
208
|
|
-# Mandatory: no
|
209
|
|
-# Range: 0-1000
|
210
|
|
-# Default:
|
211
|
|
-# StartPingers=1
|
212
|
|
-
|
213
|
|
-### Option: StartDiscoverers
|
214
|
|
-# Number of pre-forked instances of discoverers.
|
215
|
|
-#
|
216
|
|
-# Mandatory: no
|
217
|
|
-# Range: 0-250
|
218
|
|
-# Default:
|
219
|
|
-# StartDiscoverers=1
|
220
|
|
-
|
221
|
|
-### Option: StartHTTPPollers
|
222
|
|
-# Number of pre-forked instances of HTTP pollers.
|
223
|
|
-#
|
224
|
|
-# Mandatory: no
|
225
|
|
-# Range: 0-1000
|
226
|
|
-# Default:
|
227
|
|
-# StartHTTPPollers=1
|
228
|
|
-
|
229
|
|
-### Option: StartTimers
|
230
|
|
-# Number of pre-forked instances of timers.
|
231
|
|
-# Timers process time-based trigger functions and maintenance periods.
|
232
|
|
-# Only the first timer process handles the maintenance periods.
|
233
|
|
-#
|
234
|
|
-# Mandatory: no
|
235
|
|
-# Range: 1-1000
|
236
|
|
-# Default:
|
237
|
|
-# StartTimers=1
|
238
|
|
-
|
239
|
|
-### Option: StartEscalators
|
240
|
|
-# Number of pre-forked instances of escalators.
|
241
|
|
-#
|
242
|
|
-# Mandatory: no
|
243
|
|
-# Range: 0-100
|
244
|
|
-# Default:
|
245
|
|
-# StartEscalators=1
|
246
|
|
-
|
247
|
|
-### Option: StartAlerters
|
248
|
|
-# Number of pre-forked instances of alerters.
|
249
|
|
-# Alerters send the notifications created by action operations.
|
250
|
|
-#
|
251
|
|
-# Mandatory: no
|
252
|
|
-# Range: 0-100
|
253
|
|
-# Default:
|
254
|
|
-# StartAlerters=3
|
255
|
|
-
|
256
|
|
-### Option: JavaGateway
|
257
|
|
-# IP address (or hostname) of Zabbix Java gateway.
|
258
|
|
-# Only required if Java pollers are started.
|
259
|
|
-#
|
260
|
|
-# Mandatory: no
|
261
|
|
-# Default:
|
262
|
|
-# JavaGateway=
|
263
|
|
-
|
264
|
|
-### Option: JavaGatewayPort
|
265
|
|
-# Port that Zabbix Java gateway listens on.
|
266
|
|
-#
|
267
|
|
-# Mandatory: no
|
268
|
|
-# Range: 1024-32767
|
269
|
|
-# Default:
|
270
|
|
-# JavaGatewayPort=10052
|
271
|
|
-
|
272
|
|
-### Option: StartJavaPollers
|
273
|
|
-# Number of pre-forked instances of Java pollers.
|
274
|
|
-#
|
275
|
|
-# Mandatory: no
|
276
|
|
-# Range: 0-1000
|
277
|
|
-# Default:
|
278
|
|
-# StartJavaPollers=0
|
279
|
|
-
|
280
|
|
-### Option: StartVMwareCollectors
|
281
|
|
-# Number of pre-forked vmware collector instances.
|
282
|
|
-#
|
283
|
|
-# Mandatory: no
|
284
|
|
-# Range: 0-250
|
285
|
|
-# Default:
|
286
|
|
-# StartVMwareCollectors=0
|
287
|
|
-
|
288
|
|
-### Option: VMwareFrequency
|
289
|
|
-# How often Zabbix will connect to VMware service to obtain a new data.
|
290
|
|
-#
|
291
|
|
-# Mandatory: no
|
292
|
|
-# Range: 10-86400
|
293
|
|
-# Default:
|
294
|
|
-# VMwareFrequency=60
|
295
|
|
-
|
296
|
|
-### Option: VMwarePerfFrequency
|
297
|
|
-# How often Zabbix will connect to VMware service to obtain performance data.
|
298
|
|
-#
|
299
|
|
-# Mandatory: no
|
300
|
|
-# Range: 10-86400
|
301
|
|
-# Default:
|
302
|
|
-# VMwarePerfFrequency=60
|
303
|
|
-
|
304
|
|
-### Option: VMwareCacheSize
|
305
|
|
-# Size of VMware cache, in bytes.
|
306
|
|
-# Shared memory size for storing VMware data.
|
307
|
|
-# Only used if VMware collectors are started.
|
308
|
|
-#
|
309
|
|
-# Mandatory: no
|
310
|
|
-# Range: 256K-2G
|
311
|
|
-# Default:
|
312
|
|
-# VMwareCacheSize=8M
|
313
|
|
-
|
314
|
|
-### Option: VMwareTimeout
|
315
|
|
-# Specifies how many seconds vmware collector waits for response from VMware service.
|
316
|
|
-#
|
317
|
|
-# Mandatory: no
|
318
|
|
-# Range: 1-300
|
319
|
|
-# Default:
|
320
|
|
-# VMwareTimeout=10
|
321
|
|
-
|
322
|
|
-### Option: SNMPTrapperFile
|
323
|
|
-# Temporary file used for passing data from SNMP trap daemon to the server.
|
324
|
|
-# Must be the same as in zabbix_trap_receiver.pl or SNMPTT configuration file.
|
325
|
|
-#
|
326
|
|
-# Mandatory: no
|
327
|
|
-# Default:
|
328
|
|
-# SNMPTrapperFile=/tmp/zabbix_traps.tmp
|
329
|
|
-
|
330
|
|
-SNMPTrapperFile=/var/log/snmptrap/snmptrap.log
|
331
|
|
-
|
332
|
|
-### Option: StartSNMPTrapper
|
333
|
|
-# If 1, SNMP trapper process is started.
|
334
|
|
-#
|
335
|
|
-# Mandatory: no
|
336
|
|
-# Range: 0-1
|
337
|
|
-# Default:
|
338
|
|
-StartSNMPTrapper=1
|
339
|
|
-
|
340
|
|
-### Option: ListenIP
|
341
|
|
-# List of comma delimited IP addresses that the trapper should listen on.
|
342
|
|
-# Trapper will listen on all network interfaces if this parameter is missing.
|
343
|
|
-#
|
344
|
|
-# Mandatory: no
|
345
|
|
-# Default:
|
346
|
|
-ListenIP=0.0.0.0
|
347
|
|
-
|
348
|
|
-### Option: HousekeepingFrequency
|
349
|
|
-# How often Zabbix will perform housekeeping procedure (in hours).
|
350
|
|
-# Housekeeping is removing outdated information from the database.
|
351
|
|
-# To prevent Housekeeper from being overloaded, no more than 4 times HousekeepingFrequency
|
352
|
|
-# hours of outdated information are deleted in one housekeeping cycle, for each item.
|
353
|
|
-# To lower load on server startup housekeeping is postponed for 30 minutes after server start.
|
354
|
|
-# With HousekeepingFrequency=0 the housekeeper can be only executed using the runtime control option.
|
355
|
|
-# In this case the period of outdated information deleted in one housekeeping cycle is 4 times the
|
356
|
|
-# period since the last housekeeping cycle, but not less than 4 hours and not greater than 4 days.
|
357
|
|
-#
|
358
|
|
-# Mandatory: no
|
359
|
|
-# Range: 0-24
|
360
|
|
-# Default:
|
361
|
|
-# HousekeepingFrequency=1
|
362
|
|
-
|
363
|
|
-### Option: MaxHousekeeperDelete
|
364
|
|
-# The table "housekeeper" contains "tasks" for housekeeping procedure in the format:
|
365
|
|
-# [housekeeperid], [tablename], [field], [value].
|
366
|
|
-# No more than 'MaxHousekeeperDelete' rows (corresponding to [tablename], [field], [value])
|
367
|
|
-# will be deleted per one task in one housekeeping cycle.
|
368
|
|
-# SQLite3 does not use this parameter, deletes all corresponding rows without a limit.
|
369
|
|
-# If set to 0 then no limit is used at all. In this case you must know what you are doing!
|
370
|
|
-#
|
371
|
|
-# Mandatory: no
|
372
|
|
-# Range: 0-1000000
|
373
|
|
-# Default:
|
374
|
|
-# MaxHousekeeperDelete=5000
|
375
|
|
-
|
376
|
|
-### Option: CacheSize
|
377
|
|
-# Size of configuration cache, in bytes.
|
378
|
|
-# Shared memory size for storing host, item and trigger data.
|
379
|
|
-#
|
380
|
|
-# Mandatory: no
|
381
|
|
-# Range: 128K-8G
|
382
|
|
-# Default:
|
383
|
|
-# CacheSize=8M
|
384
|
|
-
|
385
|
|
-### Option: CacheUpdateFrequency
|
386
|
|
-# How often Zabbix will perform update of configuration cache, in seconds.
|
387
|
|
-#
|
388
|
|
-# Mandatory: no
|
389
|
|
-# Range: 1-3600
|
390
|
|
-# Default:
|
391
|
|
-# CacheUpdateFrequency=60
|
392
|
|
-
|
393
|
|
-### Option: StartDBSyncers
|
394
|
|
-# Number of pre-forked instances of DB Syncers.
|
395
|
|
-#
|
396
|
|
-# Mandatory: no
|
397
|
|
-# Range: 1-100
|
398
|
|
-# Default:
|
399
|
|
-# StartDBSyncers=4
|
400
|
|
-
|
401
|
|
-### Option: HistoryCacheSize
|
402
|
|
-# Size of history cache, in bytes.
|
403
|
|
-# Shared memory size for storing history data.
|
404
|
|
-#
|
405
|
|
-# Mandatory: no
|
406
|
|
-# Range: 128K-2G
|
407
|
|
-# Default:
|
408
|
|
-# HistoryCacheSize=16M
|
409
|
|
-
|
410
|
|
-### Option: HistoryIndexCacheSize
|
411
|
|
-# Size of history index cache, in bytes.
|
412
|
|
-# Shared memory size for indexing history cache.
|
413
|
|
-#
|
414
|
|
-# Mandatory: no
|
415
|
|
-# Range: 128K-2G
|
416
|
|
-# Default:
|
417
|
|
-# HistoryIndexCacheSize=4M
|
418
|
|
-
|
419
|
|
-### Option: TrendCacheSize
|
420
|
|
-# Size of trend cache, in bytes.
|
421
|
|
-# Shared memory size for storing trends data.
|
422
|
|
-#
|
423
|
|
-# Mandatory: no
|
424
|
|
-# Range: 128K-2G
|
425
|
|
-# Default:
|
426
|
|
-# TrendCacheSize=4M
|
427
|
|
-
|
428
|
|
-### Option: ValueCacheSize
|
429
|
|
-# Size of history value cache, in bytes.
|
430
|
|
-# Shared memory size for caching item history data requests.
|
431
|
|
-# Setting to 0 disables value cache.
|
432
|
|
-#
|
433
|
|
-# Mandatory: no
|
434
|
|
-# Range: 0,128K-64G
|
435
|
|
-# Default:
|
436
|
|
-# ValueCacheSize=8M
|
437
|
|
-
|
438
|
|
-### Option: Timeout
|
439
|
|
-# Specifies how long we wait for agent, SNMP device or external check (in seconds).
|
440
|
|
-#
|
441
|
|
-# Mandatory: no
|
442
|
|
-# Range: 1-30
|
443
|
|
-# Default:
|
444
|
|
-# Timeout=3
|
445
|
|
-
|
446
|
|
-Timeout=10
|
447
|
|
-
|
448
|
|
-### Option: TrapperTimeout
|
449
|
|
-# Specifies how many seconds trapper may spend processing new data.
|
450
|
|
-#
|
451
|
|
-# Mandatory: no
|
452
|
|
-# Range: 1-300
|
453
|
|
-# Default:
|
454
|
|
-# TrapperTimeout=300
|
455
|
|
-
|
456
|
|
-### Option: UnreachablePeriod
|
457
|
|
-# After how many seconds of unreachability treat a host as unavailable.
|
458
|
|
-#
|
459
|
|
-# Mandatory: no
|
460
|
|
-# Range: 1-3600
|
461
|
|
-# Default:
|
462
|
|
-# UnreachablePeriod=45
|
463
|
|
-
|
464
|
|
-### Option: UnavailableDelay
|
465
|
|
-# How often host is checked for availability during the unavailability period, in seconds.
|
466
|
|
-#
|
467
|
|
-# Mandatory: no
|
468
|
|
-# Range: 1-3600
|
469
|
|
-# Default:
|
470
|
|
-# UnavailableDelay=60
|
471
|
|
-
|
472
|
|
-### Option: UnreachableDelay
|
473
|
|
-# How often host is checked for availability during the unreachability period, in seconds.
|
474
|
|
-#
|
475
|
|
-# Mandatory: no
|
476
|
|
-# Range: 1-3600
|
477
|
|
-# Default:
|
478
|
|
-# UnreachableDelay=15
|
479
|
|
-
|
480
|
|
-### Option: AlertScriptsPath
|
481
|
|
-# Full path to location of custom alert scripts.
|
482
|
|
-# Default depends on compilation options.
|
483
|
|
-#
|
484
|
|
-# Mandatory: no
|
485
|
|
-# Default:
|
486
|
|
-# AlertScriptsPath=${datadir}/zabbix/alertscripts
|
487
|
|
-
|
488
|
|
-AlertScriptsPath=/usr/lib/zabbix/alertscripts
|
489
|
|
-
|
490
|
|
-### Option: ExternalScripts
|
491
|
|
-# Full path to location of external scripts.
|
492
|
|
-# Default depends on compilation options.
|
493
|
|
-#
|
494
|
|
-# Mandatory: no
|
495
|
|
-# Default:
|
496
|
|
-# ExternalScripts=${datadir}/zabbix/externalscripts
|
497
|
|
-
|
498
|
|
-ExternalScripts=/usr/lib/zabbix/externalscripts
|
499
|
|
-
|
500
|
|
-### Option: FpingLocation
|
501
|
|
-# Location of fping.
|
502
|
|
-# Make sure that fping binary has root ownership and SUID flag set.
|
503
|
|
-#
|
504
|
|
-# Mandatory: no
|
505
|
|
-# Default:
|
506
|
|
-# FpingLocation=/usr/sbin/fping
|
507
|
|
-
|
508
|
|
-FpingLocation=/usr/bin/fping
|
509
|
|
-
|
510
|
|
-### Option: Fping6Location
|
511
|
|
-# Location of fping6.
|
512
|
|
-# Make sure that fping6 binary has root ownership and SUID flag set.
|
513
|
|
-# Make empty if your fping utility is capable to process IPv6 addresses.
|
514
|
|
-#
|
515
|
|
-# Mandatory: no
|
516
|
|
-# Default:
|
517
|
|
-# Fping6Location=/usr/sbin/fping6
|
518
|
|
-
|
519
|
|
-Fping6Location=/usr/bin/fping6
|
520
|
|
-
|
521
|
|
-### Option: SSHKeyLocation
|
522
|
|
-# Location of public and private keys for SSH checks and actions.
|
523
|
|
-#
|
524
|
|
-# Mandatory: no
|
525
|
|
-# Default:
|
526
|
|
-# SSHKeyLocation=
|
527
|
|
-
|
528
|
|
-### Option: LogSlowQueries
|
529
|
|
-# How long a database query may take before being logged (in milliseconds).
|
530
|
|
-# Only works if DebugLevel set to 3, 4 or 5.
|
531
|
|
-# 0 - don't log slow queries.
|
532
|
|
-#
|
533
|
|
-# Mandatory: no
|
534
|
|
-# Range: 1-3600000
|
535
|
|
-# Default:
|
536
|
|
-# LogSlowQueries=0
|
537
|
|
-
|
538
|
|
-LogSlowQueries=3000
|
539
|
|
-
|
540
|
|
-### Option: TmpDir
|
541
|
|
-# Temporary directory.
|
542
|
|
-#
|
543
|
|
-# Mandatory: no
|
544
|
|
-# Default:
|
545
|
|
-# TmpDir=/tmp
|
546
|
|
-
|
547
|
|
-### Option: StartProxyPollers
|
548
|
|
-# Number of pre-forked instances of pollers for passive proxies.
|
549
|
|
-#
|
550
|
|
-# Mandatory: no
|
551
|
|
-# Range: 0-250
|
552
|
|
-# Default:
|
553
|
|
-# StartProxyPollers=1
|
554
|
|
-
|
555
|
|
-### Option: ProxyConfigFrequency
|
556
|
|
-# How often Zabbix Server sends configuration data to a Zabbix Proxy in seconds.
|
557
|
|
-# This parameter is used only for proxies in the passive mode.
|
558
|
|
-#
|
559
|
|
-# Mandatory: no
|
560
|
|
-# Range: 1-3600*24*7
|
561
|
|
-# Default:
|
562
|
|
-# ProxyConfigFrequency=3600
|
563
|
|
-
|
564
|
|
-### Option: ProxyDataFrequency
|
565
|
|
-# How often Zabbix Server requests history data from a Zabbix Proxy in seconds.
|
566
|
|
-# This parameter is used only for proxies in the passive mode.
|
567
|
|
-#
|
568
|
|
-# Mandatory: no
|
569
|
|
-# Range: 1-3600
|
570
|
|
-# Default:
|
571
|
|
-# ProxyDataFrequency=1
|
572
|
|
-
|
573
|
|
-### Option: AllowRoot
|
574
|
|
-# Allow the server to run as 'root'. If disabled and the server is started by 'root', the server
|
575
|
|
-# will try to switch to the user specified by the User configuration option instead.
|
576
|
|
-# Has no effect if started under a regular user.
|
577
|
|
-# 0 - do not allow
|
578
|
|
-# 1 - allow
|
579
|
|
-#
|
580
|
|
-# Mandatory: no
|
581
|
|
-# Default:
|
582
|
|
-# AllowRoot=0
|
583
|
|
-
|
584
|
|
-### Option: User
|
585
|
|
-# Drop privileges to a specific, existing user on the system.
|
586
|
|
-# Only has effect if run as 'root' and AllowRoot is disabled.
|
587
|
|
-#
|
588
|
|
-# Mandatory: no
|
589
|
|
-# Default:
|
590
|
|
-# User=zabbix
|
591
|
|
-
|
592
|
|
-### Option: Include
|
593
|
|
-# You may include individual files or all files in a directory in the configuration file.
|
594
|
|
-# Installing Zabbix will create include directory in /usr/local/etc, unless modified during the compile time.
|
595
|
|
-#
|
596
|
|
-# Mandatory: no
|
597
|
|
-# Default:
|
598
|
|
-# Include=
|
599
|
|
-
|
600
|
|
-# Include=/usr/local/etc/zabbix_server.general.conf
|
601
|
|
-# Include=/usr/local/etc/zabbix_server.conf.d/
|
602
|
|
-# Include=/usr/local/etc/zabbix_server.conf.d/*.conf
|
603
|
|
-
|
604
|
|
-### Option: SSLCertLocation
|
605
|
|
-# Location of SSL client certificates.
|
606
|
|
-# This parameter is used only in web monitoring.
|
607
|
|
-#
|
608
|
|
-# Mandatory: no
|
609
|
|
-# Default:
|
610
|
|
-# SSLCertLocation=${datadir}/zabbix/ssl/certs
|
611
|
|
-
|
612
|
|
-### Option: SSLKeyLocation
|
613
|
|
-# Location of private keys for SSL client certificates.
|
614
|
|
-# This parameter is used only in web monitoring.
|
615
|
|
-#
|
616
|
|
-# Mandatory: no
|
617
|
|
-# Default:
|
618
|
|
-# SSLKeyLocation=${datadir}/zabbix/ssl/keys
|
619
|
|
-
|
620
|
|
-### Option: SSLCALocation
|
621
|
|
-# Override the location of certificate authority (CA) files for SSL server certificate verification.
|
622
|
|
-# If not set, system-wide directory will be used.
|
623
|
|
-# This parameter is used only in web monitoring and SMTP authentication.
|
624
|
|
-#
|
625
|
|
-# Mandatory: no
|
626
|
|
-# Default:
|
627
|
|
-# SSLCALocation=
|
628
|
|
-
|
629
|
|
-####### LOADABLE MODULES #######
|
630
|
|
-
|
631
|
|
-### Option: LoadModulePath
|
632
|
|
-# Full path to location of server modules.
|
633
|
|
-# Default depends on compilation options.
|
634
|
|
-#
|
635
|
|
-# Mandatory: no
|
636
|
|
-# Default:
|
637
|
|
-# LoadModulePath=${libdir}/modules
|
638
|
|
-
|
639
|
|
-### Option: LoadModule
|
640
|
|
-# Module to load at server startup. Modules are used to extend functionality of the server.
|
641
|
|
-# Format: LoadModule=<module.so>
|
642
|
|
-# The modules must be located in directory specified by LoadModulePath.
|
643
|
|
-# It is allowed to include multiple LoadModule parameters.
|
644
|
|
-#
|
645
|
|
-# Mandatory: no
|
646
|
|
-# Default:
|
647
|
|
-# LoadModule=
|
648
|
|
-
|
649
|
|
-####### TLS-RELATED PARAMETERS #######
|
650
|
|
-
|
651
|
|
-### Option: TLSCAFile
|
652
|
|
-# Full pathname of a file containing the top-level CA(s) certificates for
|
653
|
|
-# peer certificate verification.
|
654
|
|
-#
|
655
|
|
-# Mandatory: no
|
656
|
|
-# Default:
|
657
|
|
-TLSCAFile=/etc/zabbix/certs/zabbix-ca.crt
|
658
|
|
-
|
659
|
|
-### Option: TLSCRLFile
|
660
|
|
-# Full pathname of a file containing revoked certificates.
|
661
|
|
-#
|
662
|
|
-# Mandatory: no
|
663
|
|
-# Default:
|
664
|
|
-# TLSCRLFile=
|
665
|
|
-
|
666
|
|
-### Option: TLSCertFile
|
667
|
|
-# Full pathname of a file containing the server certificate or certificate chain.
|
668
|
|
-#
|
669
|
|
-# Mandatory: no
|
670
|
|
-# Default:
|
671
|
|
-TLSCertFile=/etc/zabbix/certs/zabbix-server.crt
|
672
|
|
-
|
673
|
|
-### Option: TLSKeyFile
|
674
|
|
-# Full pathname of a file containing the server private key.
|
675
|
|
-#
|
676
|
|
-# Mandatory: no
|
677
|
|
-# Default:
|
678
|
|
-TLSKeyFile=/etc/zabbix/certs/zabbix-server.key
|