aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/plugin
diff options
context:
space:
mode:
authorManuel CISSÉ2010-02-23 10:50:55 +0100
committerPim van den Berg2010-03-01 20:31:31 +0100
commitb1fb5a5f24cf3053e5414e271f9ba6c218775f51 (patch)
tree4d9d17ea0d766febc933f7c3982e43763fc88149 /plugin
parentutf8 filename support for all types (diff)
downloadapt-panopticon_cgp-b1fb5a5f24cf3053e5414e271f9ba6c218775f51.zip
apt-panopticon_cgp-b1fb5a5f24cf3053e5414e271f9ba6c218775f51.tar.gz
apt-panopticon_cgp-b1fb5a5f24cf3053e5414e271f9ba6c218775f51.tar.bz2
apt-panopticon_cgp-b1fb5a5f24cf3053e5414e271f9ba6c218775f51.tar.xz
interface traffic in bytes per second (instead of bits)
Diffstat (limited to 'plugin')
-rw-r--r--plugin/interface.php2
1 files changed, 1 insertions, 1 deletions
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']) {
33 break; 33 break;
34 case 'if_octets': 34 case 'if_octets':
35 $obj->rrd_title = sprintf('Interface Traffic (%s)', $obj->args['tinstance']); 35 $obj->rrd_title = sprintf('Interface Traffic (%s)', $obj->args['tinstance']);
36 $obj->rrd_vertical = 'Bits per second'; 36 $obj->rrd_vertical = 'Bytes per second';
37 break; 37 break;
38 case 'if_packets': 38 case 'if_packets':
39 $obj->rrd_title = sprintf('Interface Packets (%s)', $obj->args['tinstance']); 39 $obj->rrd_title = sprintf('Interface Packets (%s)', $obj->args['tinstance']);