1 -- Copyright 2008 Freifunk Leipzig / Jo-Philipp Wich <xm@leipzig.freifunk.net>
2 -- Licensed to the public under the Apache License 2.0.
4 module("luci.statistics.rrdtool.definitions.df", package.seeall)
6 function rrdargs( graph, plugin, plugin_instance, dtype )
9 title = "%H: Disk space usage on %di",
12 number_format = "%5.1lf%sB",
16 df = { "free", "used" }