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:
authorAndris Zeila <andris.zeila@zabbix.com>2022-09-09 13:05:58 +0300
committerAndris Zeila <andris.zeila@zabbix.com>2022-09-09 13:05:58 +0300
commitc7c7716c576df78ccff3a1316e5b54ab54dcce60 (patch)
tree88a845febad133b0c5234bbf1bbe36f89d8636ae /conf
parent01200928beae5d67d557c93aa409aef0191bc91f (diff)
.......PS. [ZBXNEXT-3290] changed default configuration sync frequency for server and proxy to 10s
Diffstat (limited to 'conf')
-rw-r--r--conf/zabbix_proxy.conf2
-rw-r--r--conf/zabbix_server.conf4
2 files changed, 3 insertions, 3 deletions
diff --git a/conf/zabbix_proxy.conf b/conf/zabbix_proxy.conf
index b94d889388f..be1021f7f74 100644
--- a/conf/zabbix_proxy.conf
+++ b/conf/zabbix_proxy.conf
@@ -255,7 +255,7 @@ DBUser=zabbix
# Mandatory: no
# Range: 1-3600*24*7
# Default:
-# ProxyConfigFrequency=5
+# ProxyConfigFrequency=10
### Option: DataSenderFrequency
# Proxy will send collected data to the Server every N seconds.
diff --git a/conf/zabbix_server.conf b/conf/zabbix_server.conf
index ed628f5d234..300893d9bf7 100644
--- a/conf/zabbix_server.conf
+++ b/conf/zabbix_server.conf
@@ -440,7 +440,7 @@ DBUser=zabbix
# Mandatory: no
# Range: 1-3600
# Default:
-# CacheUpdateFrequency=60
+# CacheUpdateFrequency=10
### Option: StartDBSyncers
# Number of pre-forked instances of DB Syncers.
@@ -614,7 +614,7 @@ LogSlowQueries=3000
# Mandatory: no
# Range: 1-3600*24*7
# Default:
-# ProxyConfigFrequency=5
+# ProxyConfigFrequency=10
### Option: ProxyDataFrequency
# How often Zabbix Server requests history data from a Zabbix Proxy in seconds.