diff options
Diffstat (limited to '')
-rw-r--r-- | plugin/bind.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugin/bind.php b/plugin/bind.php index 2550918..0eb0a0d 100644 --- a/plugin/bind.php +++ b/plugin/bind.php | |||
@@ -10,7 +10,6 @@ require_once 'inc/collectd.inc.php'; | |||
10 | $obj = new Type_GenericStacked($CONFIG); | 10 | $obj = new Type_GenericStacked($CONFIG); |
11 | $obj->width = $width; | 11 | $obj->width = $width; |
12 | $obj->heigth = $heigth; | 12 | $obj->heigth = $heigth; |
13 | $obj->generate_colors(); | ||
14 | 13 | ||
15 | $obj->rrd_title = sprintf('%s/%s', $obj->args['pinstance'], $obj->args['type']); | 14 | $obj->rrd_title = sprintf('%s/%s', $obj->args['pinstance'], $obj->args['type']); |
16 | $obj->rrd_format = '%5.1lf%s'; | 15 | $obj->rrd_format = '%5.1lf%s'; |