app-statistics: df: Don't separate disk usage types
The df plugin wasn't displaying useful lables for the space used vs free vs reserved due to title override. This patch fixes that issues by removing the per-instance setting. Signed-off-by: Daniel Dickinson <lede@cshore.thecshore.com>
This commit is contained in:
parent
a9d74a6729
commit
388c84fa06
1 changed files with 0 additions and 1 deletions
|
@ -8,7 +8,6 @@ function rrdargs( graph, plugin, plugin_instance, dtype )
|
||||||
return {
|
return {
|
||||||
title = "%H: Disk space usage on %pi",
|
title = "%H: Disk space usage on %pi",
|
||||||
vlabel = "Bytes",
|
vlabel = "Bytes",
|
||||||
per_instance = true,
|
|
||||||
number_format = "%5.1lf%sB",
|
number_format = "%5.1lf%sB",
|
||||||
|
|
||||||
data = {
|
data = {
|
||||||
|
|
Loading…
Reference in a new issue