From b1fb5a5f24cf3053e5414e271f9ba6c218775f51 Mon Sep 17 00:00:00 2001 From: Manuel CISSÉ Date: Tue, 23 Feb 2010 10:50:55 +0100 Subject: interface traffic in bytes per second (instead of bits) --- plugin/interface.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugin/interface.php') diff --git a/plugin/interface.php b/plugin/interface.php index 833de38..da8a573 100644 --- a/plugin/interface.php +++ b/plugin/interface.php @@ -33,7 +33,7 @@ switch($obj->args['type']) { break; case 'if_octets': $obj->rrd_title = sprintf('Interface Traffic (%s)', $obj->args['tinstance']); - $obj->rrd_vertical = 'Bits per second'; + $obj->rrd_vertical = 'Bytes per second'; break; case 'if_packets': $obj->rrd_title = sprintf('Interface Packets (%s)', $obj->args['tinstance']); -- cgit v1.1