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:
authorAndrejs Kozlovs <andrejs.kozlovs@zabbix.com>2022-03-26 11:48:07 +0300
committerAndrejs Kozlovs <andrejs.kozlovs@zabbix.com>2022-03-26 11:48:07 +0300
commit90f5c4ba3c22a0e554c97cb10446f9f5064c7333 (patch)
tree903c014c575630521f7c611bf81bd6dcf272a948 /conf
parentba5afe60f85d182e40af1499d7ebdab497a5e436 (diff)
....I..... [ZBXNEXT-7498] fixed configuration files
Diffstat (limited to 'conf')
-rw-r--r--conf/zabbix_proxy.conf10
-rw-r--r--conf/zabbix_server.conf2
2 files changed, 1 insertions, 11 deletions
diff --git a/conf/zabbix_proxy.conf b/conf/zabbix_proxy.conf
index 08cb20f1193..485d7feea10 100644
--- a/conf/zabbix_proxy.conf
+++ b/conf/zabbix_proxy.conf
@@ -299,16 +299,6 @@ 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 6c395b29761..f64283ff517 100644
--- a/conf/zabbix_server.conf
+++ b/conf/zabbix_server.conf
@@ -237,7 +237,7 @@ DBUser=zabbix
### Option: StartHistoryPollers
# Number of pre-forked instances of history pollers.
-# Only required for calculated and internal checks.
+# Only required for calculated checks.
# A database connection is required for each history poller instance.
#
# Mandatory: no