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:
Daniel Dickinson 2016-12-05 16:19:37 -05:00
parent a9d74a6729
commit 388c84fa06

View file

@ -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 = {