aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/plugin/snmp.php
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/snmp.php')
-rw-r--r--plugin/snmp.php2
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
35collectd_flush($obj->identifiers); 33collectd_flush($obj->identifiers);
36$obj->rrd_graph(); 34$obj->rrd_graph();