diff options
Diffstat (limited to '')
-rw-r--r-- | plugin/memory.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/memory.php b/plugin/memory.php index ade242c..48a3048 100644 --- a/plugin/memory.php +++ b/plugin/memory.php | |||
@@ -13,7 +13,7 @@ require_once 'inc/collectd.inc.php'; | |||
13 | # memory/memory-free.rrd | 13 | # memory/memory-free.rrd |
14 | # memory/memory-used.rrd | 14 | # memory/memory-used.rrd |
15 | 15 | ||
16 | $obj = new Type_GenericStacked($CONFIG['datadir']); | 16 | $obj = new Type_GenericStacked($CONFIG); |
17 | $obj->order = array('free', 'buffered', 'cached', 'used'); | 17 | $obj->order = array('free', 'buffered', 'cached', 'used'); |
18 | $obj->ds_names = array( | 18 | $obj->ds_names = array( |
19 | 'free' => 'Free ', | 19 | 'free' => 'Free ', |