diff options
Diffstat (limited to 'streaming/stream.conf')
-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 |