diff options
author | Manuel CISSÉ | 2010-02-23 10:50:55 +0100 |
---|---|---|
committer | Pim van den Berg | 2010-03-01 20:31:31 +0100 |
commit | b1fb5a5f24cf3053e5414e271f9ba6c218775f51 (patch) | |
tree | 4d9d17ea0d766febc933f7c3982e43763fc88149 /plugin | |
parent | utf8 filename support for all types (diff) | |
download | apt-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.php | 2 |
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']); |