<div dir="ltr">I have two problems I am struggling to solve, I am hoping somebody would be willing to assist me?<br>&nbsp;<br>I am collecting data with MRTG (logformat=rrd) and then use the Perl RRD module to create my graphs.<br>
&nbsp;<br>Here is part of a simple script I use:<br>&nbsp;<br>....<br>&nbsp;<br>&quot;DEF:IfIn=$rrd_location/$file1.rrd:ds0:AVERAGE&quot;,<br>&quot;DEF:IfInMax=$rrd_location/$file1.rrd:ds0:MAX&quot;,<br>&nbsp;<br>&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;,<br>&nbsp;<br>&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;,<br>&nbsp;<br>....<br>&nbsp;<br>The 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?<br>
&nbsp;<br>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.<br>&nbsp;<br>Thankyou in advance.</div>