Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'conf/zabbix_server.conf')
-rw-r--r--conf/zabbix_server.conf39
1 files changed, 34 insertions, 5 deletions
diff --git a/conf/zabbix_server.conf b/conf/zabbix_server.conf
index e55e6209d82..6a3e0f391b9 100644
--- a/conf/zabbix_server.conf
+++ b/conf/zabbix_server.conf
@@ -78,7 +78,7 @@ LogFile=/tmp/zabbix_server.log
DBName=zabbix
### Option: DBSchema
-# Schema name. Used for IBM DB2.
+# Schema name. Used for IBM DB2 and PostgreSQL.
#
# Mandatory: no
# Default:
@@ -135,7 +135,9 @@ DBUser=root
# StartIPMIPollers=0
### Option: StartPollersUnreachable
-# Number of pre-forked instances of pollers for unreachable hosts (including IPMI).
+# Number of pre-forked instances of pollers for unreachable hosts (including IPMI and Java).
+# At least one poller for unreachable hosts must be running if regular, IPMI or Java pollers
+# are started.
#
# Mandatory: no
# Range: 0-1000
@@ -265,10 +267,11 @@ DBUser=root
### Option: HousekeepingFrequency
# How often Zabbix will perform housekeeping procedure (in hours).
-# Housekeeping is removing unnecessary information from history, alert, and alarms tables.
-# To prevent Housekeeper from being overloaded (for example, when history and trend periods
+# Housekeeping is removing unnecessary information from history, alert, alarm, and other tables.
+# To prevent housekeeper from being overloaded (for example, when history and trend periods
# are greatly reduced), no more than 4xHousekeepingFrequency hours of outdated history are
# deleted in one housekeeping cycle, for each item.
+# To lower load on server startup housekeeping is postponed for 30 minutes after server start.
#
# Mandatory: no
# Range: 1-24
@@ -350,7 +353,7 @@ DBUser=root
### Option: ValueCacheSize
# Size of history value cache, in bytes.
-# Shared memory size for caching item history data requests
+# Shared memory size for caching item history data requests.
# Setting to 0 disables value cache.
#
# Mandatory: no
@@ -510,6 +513,32 @@ DBUser=root
# Include=/usr/local/etc/zabbix_server.general.conf
# Include=/usr/local/etc/zabbix_server.conf.d/
+# Include=/usr/local/etc/zabbix_server.conf.d/*.conf
+
+### Option: SSLCertLocation
+# Location of SSL client certificates.
+# This parameter is used only in web monitoring.
+#
+# Mandatory: no
+# Default:
+# SSLCertLocation=${datadir}/zabbix/ssl/certs
+
+### Option: SSLKeyLocation
+# Location of private keys for SSL client certificates.
+# This parameter is used only in web monitoring.
+#
+# Mandatory: no
+# Default:
+# SSLKeyLocation=${datadir}/zabbix/ssl/keys
+
+### Option: SSLCALocation
+# Location of certificate authority (CA) files for SSL server certificate verification.
+# If not set, system-wide directory will be used.
+# This parameter is used only in web monitoring.
+#
+# Mandatory: no
+# Default:
+# SSLCALocation=
####### LOADABLE MODULES #######