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, 1 insertions, 1 deletions
diff --git a/plugin/snmp.php b/plugin/snmp.php
index 4d871a8..4fbebbb 100644
--- a/plugin/snmp.php
+++ b/plugin/snmp.php
@@ -10,7 +10,7 @@ switch(GET('t')) {
10 require_once 'type/GenericIO.class.php'; 10 require_once 'type/GenericIO.class.php';
11 $obj = new Type_GenericIO($CONFIG, $_GET); 11 $obj = new Type_GenericIO($CONFIG, $_GET);
12 $obj->data_sources = array('rx', 'tx'); 12 $obj->data_sources = array('rx', 'tx');
13 $obj->ds_names = array( 13 $obj->legend = array(
14 'rx' => 'Receive', 14 'rx' => 'Receive',
15 'tx' => 'Transmit', 15 'tx' => 'Transmit',
16 ); 16 );