summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-statistics/luasrc/statistics/plugins/rrdtool.lua
diff options
context:
space:
mode:
authorMatthias Berndt <matthias_berndt@gmx.de>2019-07-04 00:40:58 +0200
committerMatthias Berndt <matthias_berndt@gmx.de>2019-07-05 02:03:13 +0200
commitc1380ab36797dc4a9cba5a6aa738019452178d79 (patch)
tree7a4f9a750f5289e8d62124deca72475211bc12ea /applications/luci-app-statistics/luasrc/statistics/plugins/rrdtool.lua
parentf56a6df49c9129f8d0b5451e9a8aca0315aba488 (diff)
make luci-app-statistics more extensible
Diffstat (limited to 'applications/luci-app-statistics/luasrc/statistics/plugins/rrdtool.lua')
-rw-r--r--applications/luci-app-statistics/luasrc/statistics/plugins/rrdtool.lua9
1 files changed, 9 insertions, 0 deletions
diff --git a/applications/luci-app-statistics/luasrc/statistics/plugins/rrdtool.lua b/applications/luci-app-statistics/luasrc/statistics/plugins/rrdtool.lua
new file mode 100644
index 0000000000..de5b4c7ecd
--- /dev/null
+++ b/applications/luci-app-statistics/luasrc/statistics/plugins/rrdtool.lua
@@ -0,0 +1,9 @@
+return {
+ legend = {
+ { "DataDir", "StepSize", "HeartBeat", "RRARows", "XFF", "CacheFlush", "CacheTimeout" },
+ { "RRASingle" },
+ { "RRATimespans" }
+ },
+ label = _("RRDTool"),
+ category = "output"
+}