diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2019-05-21 18:56:05 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2019-05-21 18:56:05 +0000 |
commit | 54deae27eed83a162ee438ef6bad4a23767757dd (patch) | |
tree | da5333377dfacf22177375aef822a8e696f007eb /streaming/README.md | |
parent | Releasing debian version 1.14.0-1. (diff) | |
download | netdata-54deae27eed83a162ee438ef6bad4a23767757dd.tar.xz netdata-54deae27eed83a162ee438ef6bad4a23767757dd.zip |
Merging upstream version 1.15.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'streaming/README.md')
-rw-r--r-- | streaming/README.md | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/streaming/README.md b/streaming/README.md index e97411b31..0ad9d7e2e 100644 --- a/streaming/README.md +++ b/streaming/README.md @@ -73,7 +73,7 @@ These are options that affect the operation of netdata in this area: ``` [global] - memory mode = none | ram | save | map + memory mode = none | ram | save | map | dbengine ``` `[global].memory mode = none` disables the database at this host. This also disables health @@ -170,6 +170,10 @@ the unique id the netdata generating the metrics (i.e. the netdata that original them `/var/lib/netdata/registry/netdata.unique.id`). So, metrics for netdata `A` that pass through any number of other netdata, will have the same `MACHINE_GUID`. +You can also use `default memory mode = dbengine` for an API key or `memory mode = dbengine` for + a single host. The additional `page cache size` and `dbengine disk space` configuration options + are inherited from the global netdata configuration. + ##### allow from `allow from` settings are [netdata simple patterns](../libnetdata/simple_pattern): string matches |