diff options
author | Manuel Munz <freifunk@somakoma.de> | 2011-11-28 15:50:57 +0000 |
---|---|---|
committer | Manuel Munz <freifunk@somakoma.de> | 2011-11-28 15:50:57 +0000 |
commit | da9929e2cb311b25fc7e4b85f313d347a16f1b63 (patch) | |
tree | c879c12c1ea09e57e4b15aa0daf144c3beb16d99 /applications/luci-statistics/luasrc/statistics/rrdtool/definitions | |
parent | 44a18906e57a8f5da574e970c932f6aa0cb863a8 (diff) |
applications/luci-statistics: Saner defaults for processes to monitor and add helptext
Diffstat (limited to 'applications/luci-statistics/luasrc/statistics/rrdtool/definitions')
-rw-r--r-- | applications/luci-statistics/luasrc/statistics/rrdtool/definitions/memory.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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" } |