X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fmrtg.pl;fp=cmd%2Fmrtg.pl;h=b8a28b76953b9f6acf341d5249fddd043d92af75;hb=495754374538208a483b10e947ed181bfa3f2d8e;hp=1bcb5dd928257b38e18737f1ca4e4b110a2c0d2f;hpb=56522a4722b4cbc073b0c5645e109164f9a5a995;p=spider.git diff --git a/cmd/mrtg.pl b/cmd/mrtg.pl index 1bcb5dd9..b8a28b76 100644 --- a/cmd/mrtg.pl +++ b/cmd/mrtg.pl @@ -48,14 +48,14 @@ unless ($want{agw}) { $mc->cfgprint('msg', [], 64000, "Data in and out of $main::mycall", - 'Bits / Sec', 'Bytes In', 'Bytes Out') unless $want{dataonly}; + 'Bytes / Sec', 'Bytes In', 'Bytes Out') unless $want{dataonly}; $mc->data('msg', $din, $dout, "Data in and out of $main::mycall") unless $want{cfgonly}; # do AGW stats if they apply if ($want{agw}) { $mc->cfgprint('agw', [], 64000, "AGW Data in and out of $main::mycall", - 'Bits / Sec', 'Bytes In', 'Bytes Out') unless $want{dataonly}; + 'Bytes / Sec', 'Bytes In', 'Bytes Out') unless $want{dataonly}; $mc->data('agw', $AGWMsg::total_in, $AGWMsg::total_out, "AGW Data in and out of $main::mycall") unless $want{cfgonly}; }