luci-app-statistics: adjust cpufreq graph for single/dual-core CPUs
authorHannu Nyman <hannu.nyman@iki.fi>
Thu, 10 Nov 2016 18:34:08 +0000 (20:34 +0200)
committerdanrl <mail@danrl.com>
Tue, 15 Nov 2016 20:43:09 +0000 (21:43 +0100)
The original data model definition assumed data from a quad-core CPU,
which caused errors with single- and dual-core processors.
Adjust the data model to work with also them.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/cpufreq.lua

index bd30ede..25a72d2 100644 (file)
@@ -10,8 +10,8 @@ function rrdargs( graph, plugin, plugin_instance, dtype )
                vlabel = "Frequency (Hz)",
                number_format = "%3.2lf%s",
                data = {
-                       instances = {
-                               cpufreq = { "3", "2", "1", "0" }
+                       sources = {
+                               cpufreq = { "" }
                        },
                        options = {
                                cpufreq_0 = { color = "ff0000", title = "Core 0", noarea=true, overlay=true },