diff options
Diffstat (limited to '')
-rw-r--r-- | plugin/aggregation.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/aggregation.php b/plugin/aggregation.php index 3e8b598..c4353ce 100644 --- a/plugin/aggregation.php +++ b/plugin/aggregation.php | |||
@@ -13,7 +13,7 @@ $pi = explode("-", GET('pi')); | |||
13 | switch($pi[0]) { | 13 | switch($pi[0]) { |
14 | case 'cpu': | 14 | case 'cpu': |
15 | require_once 'type/GenericStacked.class.php'; | 15 | require_once 'type/GenericStacked.class.php'; |
16 | $obj = new Type_GenericStacked($CONFIG); | 16 | $obj = new Type_GenericStacked($CONFIG, $_GET); |
17 | $obj->data_sources = array('value'); | 17 | $obj->data_sources = array('value'); |
18 | $obj->order = array('idle', 'nice', 'user', 'wait', 'system', 'softirq', 'interrupt', 'steal'); | 18 | $obj->order = array('idle', 'nice', 'user', 'wait', 'system', 'softirq', 'interrupt', 'steal'); |
19 | $obj->ds_names = array( | 19 | $obj->ds_names = array( |