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:
authorDmitrijs Goloscapovs <dmitrijs.goloscapovs@zabbix.com>2022-05-09 16:33:49 +0300
committerDmitrijs Goloscapovs <dmitrijs.goloscapovs@zabbix.com>2022-05-09 16:34:12 +0300
commit1162de060bb4a1b0c8c605c4dc917c9151c51ef7 (patch)
treeb5844da843b92ab5f7794cf3eaad033f47d7d2ed /conf
parent5b2cd4d70136a281bdfd5878b738143b38c3a71c (diff)
.......... [ZBXNEXT-5088] added better comments in configs
Diffstat (limited to 'conf')
-rw-r--r--conf/zabbix_agentd.conf4
-rw-r--r--conf/zabbix_agentd.win.conf4
2 files changed, 6 insertions, 2 deletions
diff --git a/conf/zabbix_agentd.conf b/conf/zabbix_agentd.conf
index 1619dc9be59..6365c8f93aa 100644
--- a/conf/zabbix_agentd.conf
+++ b/conf/zabbix_agentd.conf
@@ -259,7 +259,9 @@ Hostname=Zabbix server
# MaxLinesPerSecond=20
### Option: HeartbeatFrequency
-# Keep sending active check heartbeat each N seconds.
+# Frequency of heartbeat messages in seconds.
+# Used for monitoring availability of active checks.
+# 0 - heartbeat messages disabled.
#
# Mandatory: no
# Range: 0-3600
diff --git a/conf/zabbix_agentd.win.conf b/conf/zabbix_agentd.win.conf
index 55a899039e1..04cf0de12e1 100644
--- a/conf/zabbix_agentd.win.conf
+++ b/conf/zabbix_agentd.win.conf
@@ -251,7 +251,9 @@ Hostname=Windows host
# MaxLinesPerSecond=20
### Option: HeartbeatFrequency
-# Keep sending active check heartbeat each N seconds.
+# Frequency of heartbeat messages in seconds.
+# Used for monitoring availability of active checks.
+# 0 - heartbeat messages disabled.
#
# Mandatory: no
# Range: 0-3600