summaryrefslogtreecommitdiffstats
path: root/streaming/stream.conf
diff options
context:
space:
mode:
authorChris Akritidis <43294513+cakrit@users.noreply.github.com>2019-06-14 12:36:38 +0200
committerGitHub <noreply@github.com>2019-06-14 12:36:38 +0200
commit924c18b1732a84f69bc4a588064c666ae842ddac (patch)
treed48089816dbcc1821e5de0cc4172dc3f112f1ff2 /streaming/stream.conf
parentdc473edb73224905c2f74ae5d409e2fd13511197 (diff)
Update streaming documentation and config file with more info on how health enabled by default = auto works. (#6281)
Diffstat (limited to 'streaming/stream.conf')
-rw-r--r--streaming/stream.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/streaming/stream.conf b/streaming/stream.conf
index 354344bd31..0d360cc24f 100644
--- a/streaming/stream.conf
+++ b/streaming/stream.conf
@@ -125,7 +125,8 @@
# 3 possible values:
# yes enable alarms
# no do not enable alarms
- # auto enable alarms, only when the sending netdata is connected
+ # auto enable alarms, only when the sending netdata is connected. For ephemeral slaves or slave system restarts,
+ # ensure that the netdata process on the slave is gracefully stopped, to prevent invalid last_collected alarms
# You can also set it per host, below.
# The default is taken from [health].enabled of netdata.conf
health enabled by default = auto