summaryrefslogtreecommitdiffstats
path: root/src/streaming/stream.conf
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/streaming/stream.conf (renamed from streaming/stream.conf)12
1 files changed, 5 insertions, 7 deletions
diff --git a/streaming/stream.conf b/src/streaming/stream.conf
index 36213af02..9dc154e2f 100644
--- a/streaming/stream.conf
+++ b/src/streaming/stream.conf
@@ -135,8 +135,6 @@
# You can also set it per host below.
# If you don't set it here, the memory mode of netdata.conf will be used.
# Valid modes:
- # save save on exit, load on start
- # map like swap (continuously syncing to disks - you need SSD)
# ram keep it in RAM, don't touch the disk
# none no database at all (use this on headless proxies)
# dbengine like a traditional database
@@ -181,12 +179,12 @@
#seconds to replicate = 86400
# The duration we want to replicate per each step.
- #replication_step = 600
+ #seconds per replication step = 600
# Indicate whether this child is an ephemeral node. An ephemeral node will become unavailable
# after the specified duration of "cleanup ephemeral hosts after secs" (as defined in the db section of netdata.conf)
# from the time of the node's last connection.
- #is ephemeral node = false
+ #is ephemeral node = no
# -----------------------------------------------------------------------------
# 3. PER SENDING HOST SETTINGS, ON PARENT NETDATA
@@ -225,7 +223,7 @@
# This is ignored for db mode dbengine.
#history = 3600
- # The memory mode of the database: save | map | ram | none | dbengine
+ # The memory mode of the database: ram | none | dbengine
#memory mode = dbengine
# Health / alarms control: yes | no | auto
@@ -257,9 +255,9 @@
#seconds to replicate = 86400
# The duration we want to replicate per each step.
- #replication_step = 600
+ #seconds per replication step = 600
# Indicate whether this child is an ephemeral node. An ephemeral node will become unavailable
# after the specified duration of "cleanup ephemeral hosts after secs" (as defined in the db section of netdata.conf)
# from the time of the node's last connection.
- #is ephemeral node = false
+ #is ephemeral node = no