summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-statistics/luasrc/statistics/plugins/rrdtool.lua
blob: de5b4c7ecd0e72d0a04762fe3bae61cb2a3766de (plain)
1
2
3
4
5
6
7
8
9
return {
    legend = {
		{ "DataDir", "StepSize", "HeartBeat", "RRARows", "XFF", "CacheFlush", "CacheTimeout" },
		{ "RRASingle" },
		{ "RRATimespans" }
	},
	label = _("RRDTool"),
	category = "output"
}