luci/applications/luci-app-statistics/luasrc/statistics/plugins/rrdtool.lua
2019-07-05 02:03:13 +02:00

9 lines
204 B
Lua

return {
legend = {
{ "DataDir", "StepSize", "HeartBeat", "RRARows", "XFF", "CacheFlush", "CacheTimeout" },
{ "RRASingle" },
{ "RRATimespans" }
},
label = _("RRDTool"),
category = "output"
}