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
path: root/conf
diff options
context:
space:
mode:
authorVladislavs Sokurenko <vladislavs.sokurenko@zabbix.com>2020-11-10 15:24:15 +0300
committerVladislavs Sokurenko <vladislavs.sokurenko@zabbix.com>2020-11-10 15:24:15 +0300
commit6301f4534e7f34198fa42abe5d757cb3ffe762e3 (patch)
tree9c59d10f7f7f5ee5db35921c652f37d9bf9b5cd2 /conf
parent75953d98e0b015b484de2a3b83f5808ebfbe8066 (diff)
.D.....PS. [ZBXNEXT-782] added new parameter to configuration file; updated man pages; decreased history poller default for proxy
Diffstat (limited to 'conf')
-rw-r--r--conf/zabbix_proxy.conf10
-rw-r--r--conf/zabbix_server.conf10
2 files changed, 20 insertions, 0 deletions
diff --git a/conf/zabbix_proxy.conf b/conf/zabbix_proxy.conf
index b5e4622dd85..a1deb62bd9b 100644
--- a/conf/zabbix_proxy.conf
+++ b/conf/zabbix_proxy.conf
@@ -290,6 +290,16 @@ DBUser=zabbix
# Default:
# StartPollersUnreachable=1
+### Option: StartHistoryPollers
+# Number of pre-forked instances of history pollers.
+# Only required for internal checks.
+# A database connection is required for each history poller instance.
+#
+# Mandatory: no
+# Range: 0-1000
+# Default:
+# StartHistoryPollers=1
+
### Option: StartTrappers
# Number of pre-forked instances of trappers.
# Trappers accept incoming connections from Zabbix sender and active agents.
diff --git a/conf/zabbix_server.conf b/conf/zabbix_server.conf
index 88b1e53d3c6..29d10e7c225 100644
--- a/conf/zabbix_server.conf
+++ b/conf/zabbix_server.conf
@@ -210,6 +210,16 @@ DBUser=zabbix
# Default:
# StartPollersUnreachable=1
+### Option: StartHistoryPollers
+# Number of pre-forked instances of history pollers.
+# Only required for calculated, aggregated and internal checks.
+# A database connection is required for each history poller instance.
+#
+# Mandatory: no
+# Range: 0-1000
+# Default:
+# StartHistoryPollers=5
+
### Option: StartTrappers
# Number of pre-forked instances of trappers.
# Trappers accept incoming connections from Zabbix sender, active agents and active proxies.