diff options
Diffstat (limited to 'plugin/processes.php')
-rw-r--r-- | plugin/processes.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugin/processes.php b/plugin/processes.php index dca00b7..96fde2d 100644 --- a/plugin/processes.php +++ b/plugin/processes.php | |||
@@ -16,8 +16,6 @@ require_once 'inc/collectd.inc.php'; | |||
16 | # processes/ps_state-sleeping.rrd | 16 | # processes/ps_state-sleeping.rrd |
17 | 17 | ||
18 | $obj = new Type_GenericStacked($CONFIG); | 18 | $obj = new Type_GenericStacked($CONFIG); |
19 | $obj->width = $width; | ||
20 | $obj->heigth = $heigth; | ||
21 | $obj->rrd_format = '%5.1lf%s'; | 19 | $obj->rrd_format = '%5.1lf%s'; |
22 | 20 | ||
23 | switch($obj->args['type']) | 21 | switch($obj->args['type']) |