X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?p=spider.git;a=blobdiff_plain;f=cmd%2Fmrtg.pl;h=5473a81f43e997813526d250b67f1ad2b0af9686;hp=0d027b9a39f7f66b97b9bbe796a3abd5cf1cbf2e;hb=7d604d6c1d81a494a811afb3f93f8dc02eb59e2d;hpb=9e21eb1e34089e2aacd9048dc89c434d75c2b91c diff --git a/cmd/mrtg.pl b/cmd/mrtg.pl index 0d027b9a..5473a81f 100644 --- a/cmd/mrtg.pl +++ b/cmd/mrtg.pl @@ -109,7 +109,7 @@ if ($want{totalusers} || $want{all}) { # do the total spots if ($want{totalspots} || $want{all}) { - $mc->cfgprint('totalspots', [qw(unknaszero absolute noi)], 1000, 'Total Spots', + $mc->cfgprint('totalspots', [qw(unknaszero absolute noi perminute)], 1000, 'Total Spots', 'Spots / min', 'Spots', 'Spots') unless $want{dataonly}; $mc->data('totalspots', $Spot::totalspots, $Spot::totalspots, 'Total Spots') unless $want{cfgonly}; $Spot::totalspots = 0; @@ -117,7 +117,7 @@ if ($want{totalspots} || $want{all}) { # do the HF and VHF spots if ($want{hfvhf} || $want{all}) { - $mc->cfgprint('hfspots', [qw(unknaszero absolute)], 1000, 'HF and VHF+ Spots', + $mc->cfgprint('hfspots', [qw(unknaszero absolute perminute)], 1000, 'HF and VHF+ Spots', 'Spots / min', 'HF', 'VHF') unless $want{dataonly}; $mc->data('hfspots', $Spot::hfspots, $Spot::vhfspots, 'HF and VHF+ Spots') unless $want{cfgonly}; $Spot::hfspots = $Spot::vhfspots = 0;