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-08 13:44:53 +0300
committerAndris Zeila <andris.zeila@zabbix.com>2022-09-08 13:45:46 +0300
commitc3900722927cb90f33c6d516a16a2226a65db1c7 (patch)
tree68217c4e418d57257ea37a604b8cc67dad8b9a0d /conf
parent8bddd2239f95c6564a76f2c611acfcaf8c612875 (diff)
.......PS. [ZBXNEXT-3290] reduced default proxy config sync frequency, replaced ConfigFrequency with ProxyConfigFrequency and deprecated the old parameter
Diffstat (limited to 'conf')
-rw-r--r--conf/zabbix_proxy.conf9
1 files changed, 7 insertions, 2 deletions
diff --git a/conf/zabbix_proxy.conf b/conf/zabbix_proxy.conf
index e5312dc160b..b94d889388f 100644
--- a/conf/zabbix_proxy.conf
+++ b/conf/zabbix_proxy.conf
@@ -243,14 +243,19 @@ DBUser=zabbix
# Default:
# HeartbeatFrequency=60
-### Option: ConfigFrequency
+### Option: ConfigFrequency - Deprecated, use ProxyConfigFrequency
+# How often proxy retrieves configuration data from Zabbix Server in seconds.
+# For a proxy in the passive mode this parameter will be ignored.
+# Mandatory: no
+
+### Option: ProxyConfigFrequency
# How often proxy retrieves configuration data from Zabbix Server in seconds.
# For a proxy in the passive mode this parameter will be ignored.
#
# Mandatory: no
# Range: 1-3600*24*7
# Default:
-# ConfigFrequency=300
+# ProxyConfigFrequency=5
### Option: DataSenderFrequency
# Proxy will send collected data to the Server every N seconds.