diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2019-05-21 18:55:22 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2019-05-21 18:55:22 +0000 |
commit | 61d0027904ee9c040985b1642ca228737d616d03 (patch) | |
tree | c90838c137b4dc4a2de1cff9f2d7be5552d605e7 /streaming/stream.conf | |
parent | Adding upstream version 1.14.0. (diff) | |
download | netdata-61d0027904ee9c040985b1642ca228737d616d03.tar.xz netdata-61d0027904ee9c040985b1642ca228737d616d03.zip |
Adding upstream version 1.15.0.upstream/1.15.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | streaming/stream.conf | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/streaming/stream.conf b/streaming/stream.conf index 493eba37c..d0d02a7c8 100644 --- a/streaming/stream.conf +++ b/streaming/stream.conf @@ -103,10 +103,11 @@ # 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) + # 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 default memory mode = ram # Shall we enable health monitoring for the hosts using this API key? @@ -167,7 +168,7 @@ # The number of entries in the database history = 3600 - # The memory mode of the database: save | map | ram | none + # The memory mode of the database: save | map | ram | none | dbengine memory mode = save # Health / alarms control: yes | no | auto |