luci/applications/luci-app-statistics/luasrc/statistics/plugins/rrdtool.lua

10 lines
204 B
Lua
Raw Normal View History

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