From 511a6e6aa56ba9b3eae78d10296317e2b428e884 Mon Sep 17 00:00:00 2001 From: Pim van den Berg Date: Sun, 16 Jun 2013 16:12:55 +0200 Subject: plugin/openvpn: fix traffic graph --- plugin/openvpn.php | 1 + 1 file changed, 1 insertion(+) (limited to 'plugin') diff --git a/plugin/openvpn.php b/plugin/openvpn.php index c146f10..63111f5 100644 --- a/plugin/openvpn.php +++ b/plugin/openvpn.php @@ -14,6 +14,7 @@ switch(GET('t')) { case 'if_octets': require_once 'type/GenericIO.class.php'; $obj = new Type_GenericIO($CONFIG); + $obj->data_sources = array('rx', 'tx'); $obj->ds_names = array( 'rx' => 'Receive', 'tx' => 'Transmit', -- cgit v1.1