From eb67983518f9c276224eb37ed3c245ad4acc8697 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 (cherry-picked for 19.07) Signed-off-by: Hannu Nyman --- 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 2c63c08510..fc43e2fe9e 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" + ] } -- 2.30.2