diff options
Diffstat (limited to '')
-rw-r--r-- | plugin/df.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/df.php b/plugin/df.php index d4ccc0e..464e26c 100644 --- a/plugin/df.php +++ b/plugin/df.php | |||
@@ -12,7 +12,7 @@ require_once 'inc/collectd.inc.php'; | |||
12 | # df-X/df_complex-reserved.rrd | 12 | # df-X/df_complex-reserved.rrd |
13 | # df-X/df_complex-used.rrd | 13 | # df-X/df_complex-used.rrd |
14 | 14 | ||
15 | $obj = new Type_GenericStacked($CONFIG); | 15 | $obj = new Type_GenericStacked($CONFIG, $_GET); |
16 | $obj->data_sources = array('value'); | 16 | $obj->data_sources = array('value'); |
17 | $obj->order = array('reserved', 'free', 'used'); | 17 | $obj->order = array('reserved', 'free', 'used'); |
18 | $obj->ds_names = array( | 18 | $obj->ds_names = array( |