diff options
Diffstat (limited to 'plugin/df.php')
-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 79c5cb5..b3bba84 100644 --- a/plugin/df.php +++ b/plugin/df.php | |||
@@ -11,7 +11,7 @@ require_once 'inc/collectd.inc.php'; | |||
11 | # df/ | 11 | # df/ |
12 | # df/df-XXXX.rrd | 12 | # df/df-XXXX.rrd |
13 | 13 | ||
14 | $obj = new Type_GenericStacked($CONFIG['datadir']); | 14 | $obj = new Type_GenericStacked($CONFIG); |
15 | $obj->data_sources = array('free', 'used'); | 15 | $obj->data_sources = array('free', 'used'); |
16 | $obj->ds_names = array( | 16 | $obj->ds_names = array( |
17 | 'free' => 'Free', | 17 | 'free' => 'Free', |