From 2eea02e91697c60a8f8cb84e0568875cb6a35837 Mon Sep 17 00:00:00 2001 From: Joel Johnson Date: Thu, 30 Jul 2020 20:05:06 -0600 Subject: [PATCH] collectd: add cpu ReportNumCpu option Signed-off-by: Joel Johnson --- utils/collectd/files/usr/share/collectd/plugin/cpu.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/utils/collectd/files/usr/share/collectd/plugin/cpu.json b/utils/collectd/files/usr/share/collectd/plugin/cpu.json index ef28a43e83..7bba73e868 100644 --- a/utils/collectd/files/usr/share/collectd/plugin/cpu.json +++ b/utils/collectd/files/usr/share/collectd/plugin/cpu.json @@ -2,6 +2,7 @@ "bool": [ "ValuesPercentage", "ReportByCpu", - "ReportByState" + "ReportByState", + "ReportNumCpu" ] }