diff options
Diffstat (limited to 'plugin/load.php')
-rw-r--r-- | plugin/load.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/load.php b/plugin/load.php index 44baf45..b33739e 100644 --- a/plugin/load.php +++ b/plugin/load.php | |||
@@ -9,7 +9,7 @@ require_once 'inc/collectd.inc.php'; | |||
9 | ## LAYOUT | 9 | ## LAYOUT |
10 | # load/load.rrd | 10 | # load/load.rrd |
11 | 11 | ||
12 | $obj = new Type_Default($CONFIG['datadir']); | 12 | $obj = new Type_Default($CONFIG); |
13 | $obj->data_sources = array('shortterm', 'midterm', 'longterm'); | 13 | $obj->data_sources = array('shortterm', 'midterm', 'longterm'); |
14 | $obj->ds_names = array( | 14 | $obj->ds_names = array( |
15 | 'shortterm' => ' 1 min', | 15 | 'shortterm' => ' 1 min', |