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, 0 insertions, 9 deletions
diff --git a/applications/luci-app-statistics/luasrc/statistics/plugins/rrdtool.lua b/applications/luci-app-statistics/luasrc/statistics/plugins/rrdtool.lua deleted file mode 100644 index de5b4c7ec..000000000 --- a/applications/luci-app-statistics/luasrc/statistics/plugins/rrdtool.lua +++ /dev/null @@ -1,9 +0,0 @@ -return { - legend = { - { "DataDir", "StepSize", "HeartBeat", "RRARows", "XFF", "CacheFlush", "CacheTimeout" }, - { "RRASingle" }, - { "RRATimespans" } - }, - label = _("RRDTool"), - category = "output" -} |