From 75327e3c354cd3ea76e1d19f298247c546cb0fdb Mon Sep 17 00:00:00 2001 From: David Woodhouse Date: Thu, 17 Sep 2015 11:35:38 +0100 Subject: [PATCH] luci/statistics: Fix nut UPS graphs At some point since I last checked, the nut plugin for collectd changed the names of the timeleft and percent datasets. Update the luci module to match so that those graphs are generated correctly again. Signed-off-by: David Woodhouse (cherry picked from commit 41ec4c68adf7e6545aa10b359fea1883bec79b3e) --- .../luasrc/statistics/rrdtool/definitions/nut.lua | 6 ------ 1 file changed, 6 deletions(-) diff --git a/applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/nut.lua b/applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/nut.lua index 6dc81bc1d..8b04ab8b3 100644 --- a/applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/nut.lua +++ b/applications/luci-app-statistics/luasrc/statistics/rrdtool/definitions/nut.lua @@ -44,9 +44,6 @@ function rrdargs( graph, plugin, plugin_instance, dtype ) y_max = "100", number_format = "%5.1lf%%", data = { - sources = { - percent = { "percent" } - }, instances = { percent = "charge" }, @@ -77,9 +74,6 @@ function rrdargs( graph, plugin, plugin_instance, dtype ) vlabel = "Minutes", number_format = "%.1lfm", data = { - sources = { - timeleft = { "timeleft" } - }, instances = { timeleft = { "battery" } }, -- 2.11.0