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>2022-08-11 14:15:51 +0300
committerVladislavs Sokurenko <vladislavs.sokurenko@zabbix.com>2022-08-11 14:15:51 +0300
commitd1b878f382b1eae697033964d46f5d28958233c4 (patch)
tree36d0c76c74e5cfa1ea018f9fbf7ecec48d575561 /conf
parent9bc921ba7d272a0cda6c6e590ff91a3b9d0a1d79 (diff)
.D.....PS. [ZBXNEXT-7852] fixed range of active check frequency
Diffstat (limited to 'conf')
-rw-r--r--conf/zabbix_agentd.conf4
-rw-r--r--conf/zabbix_agentd.win.conf4
2 files changed, 4 insertions, 4 deletions
diff --git a/conf/zabbix_agentd.conf b/conf/zabbix_agentd.conf
index 73a8b930d8c..ca4a65b4848 100644
--- a/conf/zabbix_agentd.conf
+++ b/conf/zabbix_agentd.conf
@@ -233,9 +233,9 @@ Hostname=Zabbix server
# How often list of active checks is refreshed, in seconds.
#
# Mandatory: no
-# Range: 60-3600
+# Range: 1-86400
# Default:
-# RefreshActiveChecks=120
+# RefreshActiveChecks=5
### Option: BufferSend
# Do not keep data longer than N seconds in buffer.
diff --git a/conf/zabbix_agentd.win.conf b/conf/zabbix_agentd.win.conf
index 822babdba4f..e39bf797939 100644
--- a/conf/zabbix_agentd.win.conf
+++ b/conf/zabbix_agentd.win.conf
@@ -225,9 +225,9 @@ Hostname=Windows host
# How often list of active checks is refreshed, in seconds.
#
# Mandatory: no
-# Range: 60-3600
+# Range: 1-86400
# Default:
-# RefreshActiveChecks=120
+# RefreshActiveChecks=5
### Option: BufferSend
# Do not keep data longer than N seconds in buffer.