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
diff options
context:
space:
mode:
authorVladislavs Sokurenko <vladislavs.sokurenko@zabbix.com>2022-03-21 12:09:03 +0300
committerVladislavs Sokurenko <vladislavs.sokurenko@zabbix.com>2022-03-21 12:09:03 +0300
commitc32582d63075b5a3381e62225d16743f058ae6e4 (patch)
treef992093de9205a0006d3dabdc021e6cf04c08d20
parent40046d4dcdb6be82659f05389d25d5fe731d0e81 (diff)
parentbea9eb63c0e618b21c488cc4ec723900ae81a9f2 (diff)
.D........ [ZBXNEXT-7116] added decription of ForceActiveChecksOnStart configuration parameter on Windows
Merge in ZBX/zabbix from feature/ZBXNEXT-7116-5.4-2 to release/5.4 * commit 'bea9eb63c0e618b21c488cc4ec723900ae81a9f2': .D........ [ZBXNEXT-7116] added decription of ForceActiveChecksOnStart configuration parameter on Windows
-rw-r--r--src/go/conf/zabbix_agent2.win.conf9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/go/conf/zabbix_agent2.win.conf b/src/go/conf/zabbix_agent2.win.conf
index afa7c82fca7..c5ab151efb6 100644
--- a/src/go/conf/zabbix_agent2.win.conf
+++ b/src/go/conf/zabbix_agent2.win.conf
@@ -892,3 +892,12 @@ ControlSocket=\\.\pipe\agent.sock
# Mandatory: no
# Default: smartctl
# Plugins.Smart.Path=
+
+### Option: ForceActiveChecksOnStart
+# Perform active checks immediately after restart for first received configuration.
+# Also available as per plugin configuration, example: Plugins.Uptime.ForceActiveChecksOnStart=1
+#
+# Mandatory: no
+# Range: 0-1
+# Default:
+# ForceActiveChecksOnStart=0