diff options
Diffstat (limited to '')
-rw-r--r-- | plugin/interface.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/interface.php b/plugin/interface.php index c8828b2..c51d732 100644 --- a/plugin/interface.php +++ b/plugin/interface.php | |||
@@ -17,7 +17,7 @@ require_once 'inc/collectd.inc.php'; | |||
17 | # interface-XXXX/if_octets.rrd | 17 | # interface-XXXX/if_octets.rrd |
18 | # interface-XXXX/if_packets.rrd | 18 | # interface-XXXX/if_packets.rrd |
19 | 19 | ||
20 | $obj = new Type_GenericIO($CONFIG); | 20 | $obj = new Type_GenericIO($CONFIG, $_GET); |
21 | $obj->data_sources = array('rx', 'tx'); | 21 | $obj->data_sources = array('rx', 'tx'); |
22 | $obj->ds_names = array( | 22 | $obj->ds_names = array( |
23 | 'rx' => 'Receive', | 23 | 'rx' => 'Receive', |