X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fmrtg.pl;h=ce1d1020652cd4cab88a99089177989293b91fea;hb=0a1faadbc2cee1d5aa3690ed7fa32dd7443ed83d;hp=9339f0fc61e7c764127f71e3ff1f2624e4b5eba0;hpb=84a3c37a6da6adb749bb132ddd116a1c0e821ddb;p=spider.git diff --git a/cmd/mrtg.pl b/cmd/mrtg.pl index 9339f0fc..ce1d1020 100644 --- a/cmd/mrtg.pl +++ b/cmd/mrtg.pl @@ -80,8 +80,8 @@ sub do_it dbg "mrtg: proc: cluster=$main::clssecs children=$main::cldsecs clock=$secs" if isdbg('mrtg'); $mc->cfgprint('proc', [qw(unknaszero withzeroes perminute)], 600, - "CPU Usage of node and its children in 10th of secs", - '10th Secs/min', 'Cluster Secs*10', 'Child Secs*10') unless $want{dataonly}; + "CPU Usage of node and its children in seconds", + 'CPU Secs/min', 'Node Secs 10ths', 'Child Secs 10ths', 0.1) unless $want{dataonly}; $mc->data('proc', int($main::clssecs*10+0.5), int($main::cldsecs*10+0.5), "Processor Usage") unless $want{cfgonly}; }