diff options
Diffstat (limited to '')
-rw-r--r-- | plugin/snmp.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugin/snmp.php b/plugin/snmp.php index 476f4ed..4650dd9 100644 --- a/plugin/snmp.php +++ b/plugin/snmp.php | |||
@@ -29,8 +29,6 @@ switch(GET('t')) { | |||
29 | } | 29 | } |
30 | 30 | ||
31 | $obj->rrd_format = '%5.1lf%s'; | 31 | $obj->rrd_format = '%5.1lf%s'; |
32 | $obj->width = $width; | ||
33 | $obj->heigth = $heigth; | ||
34 | 32 | ||
35 | collectd_flush($obj->identifiers); | 33 | collectd_flush($obj->identifiers); |
36 | $obj->rrd_graph(); | 34 | $obj->rrd_graph(); |