summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIlya Mashchenko <ilya@netdata.cloud>2023-06-30 16:17:48 +0300
committerGitHub <noreply@github.com>2023-06-30 16:17:48 +0300
commitb51c4278dd251c45daba5d2f457755da936651e3 (patch)
tree393ca10b02031f3e4782539a33528dc03179197b
parent9511dc0bfb83c23d66e05cdd0c27184a731cda9a (diff)
docs: update stream.conf "health enabled by default" description (#15291)
-rw-r--r--streaming/stream.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/streaming/stream.conf b/streaming/stream.conf
index 7c9ccc9b8e..aa38e6a626 100644
--- a/streaming/stream.conf
+++ b/streaming/stream.conf
@@ -146,8 +146,8 @@
# 3 possible values:
# yes enable alarms
# no do not enable alarms
- # auto enable alarms, only when the sending netdata is connected. For ephemeral child nodes or child system restarts,
- # ensure that the netdata process on the child is gracefully stopped, to prevent invalid last_collected alarms
+ # auto enable alarms, only when the sending netdata is connected.
+ # Health monitoring will be disabled as soon as the connection is closed.
# You can also set it per host, below.
# The default is taken from [health].enabled of netdata.conf
#health enabled by default = auto