From cae6563091439164a38fd15405e1898acf8df2af Mon Sep 17 00:00:00 2001 From: Florian Eckert Date: Fri, 13 Sep 2019 12:50:15 +0200 Subject: [PATCH] collectd: add new cpu config values Signed-off-by: Florian Eckert --- utils/collectd/files/usr/share/collectd/plugin/cpu.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/utils/collectd/files/usr/share/collectd/plugin/cpu.json b/utils/collectd/files/usr/share/collectd/plugin/cpu.json index 2c63c0851..ef28a43e8 100644 --- a/utils/collectd/files/usr/share/collectd/plugin/cpu.json +++ b/utils/collectd/files/usr/share/collectd/plugin/cpu.json @@ -1,2 +1,7 @@ { + "bool": [ + "ValuesPercentage", + "ReportByCpu", + "ReportByState" + ] }