make luci-app-statistics more extensible
[project/luci.git] / applications / luci-app-statistics / luasrc / statistics / plugins / cpu.lua
diff --git a/applications/luci-app-statistics/luasrc/statistics/plugins/cpu.lua b/applications/luci-app-statistics/luasrc/statistics/plugins/cpu.lua
new file mode 100644 (file)
index 0000000..004a450
--- /dev/null
@@ -0,0 +1,9 @@
+return {
+       legend = {
+               { },
+               { },
+               { }
+       },
+       label = _("Processor"),
+       category = "general"
+}