From da9929e2cb311b25fc7e4b85f313d347a16f1b63 Mon Sep 17 00:00:00 2001 From: Manuel Munz Date: Mon, 28 Nov 2011 15:50:57 +0000 Subject: applications/luci-statistics: Saner defaults for processes to monitor and add helptext --- .../luci-statistics/luasrc/statistics/rrdtool/definitions/memory.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'applications/luci-statistics/luasrc/statistics/rrdtool/definitions') diff --git a/applications/luci-statistics/luasrc/statistics/rrdtool/definitions/memory.lua b/applications/luci-statistics/luasrc/statistics/rrdtool/definitions/memory.lua index bc0fa4349..093f9923b 100644 --- a/applications/luci-statistics/luasrc/statistics/rrdtool/definitions/memory.lua +++ b/applications/luci-statistics/luasrc/statistics/rrdtool/definitions/memory.lua @@ -16,7 +16,7 @@ function rrdargs( graph, host, plugin, plugin_instance, dtype ) return { title = "%H: Memory usage", vlabel = "MB", - number_format = "%5.1lf%%", + number_format = "%5.1lf%s", data = { instances = { memory = { "free", "buffered", "cached", "used" } -- cgit v1.2.3