<div dir="ltr"><div>I have two problems I am struggling to solve, I am hoping somebody would be willing to assist me?</div>
<div>&nbsp;</div>
<div>I am collecting data with MRTG (logformat=rrd) and then use the Perl RRD module to create my graphs.</div>
<div>&nbsp;</div>
<div>Here is part of a simple script I use:</div>
<div>&nbsp;</div>
<div>....</div>
<div>&nbsp;</div>
<div>&quot;DEF:IfIn=$rrd_location/$file1.rrd:ds0:AVERAGE&quot;,<br>&quot;DEF:IfInMax=$rrd_location/$file1.rrd:ds0:MAX&quot;,</div>
<div>&nbsp;</div>
<div>&quot;GPRINT:IfInMax:LAST:%1.0lf%s&quot;,<br>&quot;GPRINT:IfInMax:AVERAGE:%1.0lf%s&quot;,<br>&quot;GPRINT:IfInMax:MIN:%1.0lf%s&quot;,<br>&quot;GPRINT:IfInMax:MAX:%1.0lf%s\\n&quot;,</div>
<div>&nbsp;</div>
<div>&quot;GPRINT:IfIn:LAST:%1.0lf%s&quot;,<br>&quot;GPRINT:IfIn:AVERAGE:%1.0lf%s&quot;,<br>&quot;GPRINT:IfIn:MIN:%1.0lf%s&quot;,<br>&quot;GPRINT:IfIn:MAX:%1.0lf%s\\n&quot;,</div>
<div>&nbsp;</div>
<div>....</div>
<div>&nbsp;</div>
<div>The&nbsp;first problem is that the MAX and AVERAGE values are always the same for hourly and daily reports. For greater time frames, say yearly, I get the expected different values?</div>
<div>&nbsp;</div>
<div>Secondly, can somebody, using the abox example show me how to get everything into nice neet and tidy colums, my values are getting printed all over the place and I can&#39;t seem to get the spacing correct.</div>
<div>&nbsp;</div>
<div>Thankyou in advance.</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>&nbsp;</div></div>