diff options
-rw-r--r-- | plugin/snmp.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/snmp.php b/plugin/snmp.php index 0cbb32a..d3cdb96 100644 --- a/plugin/snmp.php +++ b/plugin/snmp.php | |||
@@ -27,7 +27,7 @@ switch(GET('t')) { | |||
27 | require_once 'type/Default.class.php'; | 27 | require_once 'type/Default.class.php'; |
28 | $obj = new Type_Default($CONFIG); | 28 | $obj = new Type_Default($CONFIG); |
29 | $obj->rrd_title = sprintf('SNMP: %s (%s)', $obj->args['type'], $obj->args['tinstance']); | 29 | $obj->rrd_title = sprintf('SNMP: %s (%s)', $obj->args['type'], $obj->args['tinstance']); |
30 | return; | 30 | break; |
31 | } | 31 | } |
32 | 32 | ||
33 | $obj->rrd_format = '%5.1lf%s'; | 33 | $obj->rrd_format = '%5.1lf%s'; |