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 89e4280..833de38 100644 --- a/plugin/interface.php +++ b/plugin/interface.php | |||
@@ -12,7 +12,7 @@ require_once 'inc/collectd.inc.php'; | |||
12 | # interface/if_octets-XXXX.rrd | 12 | # interface/if_octets-XXXX.rrd |
13 | # interface/if_packets-XXXX.rrd | 13 | # interface/if_packets-XXXX.rrd |
14 | 14 | ||
15 | $obj = new Type_GenericIO($CONFIG['datadir']); | 15 | $obj = new Type_GenericIO($CONFIG); |
16 | $obj->data_sources = array('rx', 'tx'); | 16 | $obj->data_sources = array('rx', 'tx'); |
17 | $obj->ds_names = array( | 17 | $obj->ds_names = array( |
18 | 'rx' => 'Receive ', | 18 | 'rx' => 'Receive ', |