diff options
Diffstat (limited to 'applications/luci-app-statistics/luasrc/statistics/plugins/rrdtool.lua')
-rw-r--r-- | applications/luci-app-statistics/luasrc/statistics/plugins/rrdtool.lua | 9 |
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 000000000..de5b4c7ec --- /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" +} |