From: Florian Eckert Date: Fri, 13 Sep 2019 10:50:15 +0000 (+0200) Subject: collectd: add new cpu config values X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=cae6563091439164a38fd15405e1898acf8df2af;p=openwrt-packages.git collectd: add new cpu config values Signed-off-by: Florian Eckert --- 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" + ] }