collectd: add cpu ReportNumCpu option

Signed-off-by: Joel Johnson <mrjoel@lixil.net>
This commit is contained in:
Joel Johnson 2020-07-30 20:05:06 -06:00
parent f91e1f91f5
commit 2eea02e916
1 changed files with 2 additions and 1 deletions

View File

@ -2,6 +2,7 @@
"bool": [ "bool": [
"ValuesPercentage", "ValuesPercentage",
"ReportByCpu", "ReportByCpu",
"ReportByState" "ReportByState",
"ReportNumCpu"
] ]
} }