applications/luci-statistics: Saner defaults for processes to monitor and add helptext
[project/luci.git] / applications / luci-statistics / luasrc / statistics / rrdtool / definitions / memory.lua
index bc0fa4349c7d5c854ca2d87e85bb632d6d7f6eab..093f9923b229fa53479fc711749672ae5c9668a6 100644 (file)
@@ -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" }