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