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