From 1082477fbc31f868679d3e4f7c5c01056e7576c3 Mon Sep 17 00:00:00 2001 From: Florian Eckert Date: Fri, 13 Sep 2019 12:50:26 +0200 Subject: [PATCH] collectd: add new memory config values Signed-off-by: Florian Eckert --- utils/collectd/files/usr/share/collectd/plugin/memory.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/utils/collectd/files/usr/share/collectd/plugin/memory.json b/utils/collectd/files/usr/share/collectd/plugin/memory.json index 2c63c0851..fc43e2fe9 100644 --- a/utils/collectd/files/usr/share/collectd/plugin/memory.json +++ b/utils/collectd/files/usr/share/collectd/plugin/memory.json @@ -1,2 +1,6 @@ { + "bool": [ + "ValuesPercentage", + "ValuesAbsolute" + ] }