<br><tt><font size=2>rrd-users-bounces@lists.oetiker.ch wrote on 09/07/2008
02:25:35:<br>
<br>
&gt; &gt; I know that I can convert my MRTG .log file to RRD databases
by adding the <br>
&gt; &gt; &quot;LogFormat: rrdtool&quot; line in MRTG's configuration files.
However, the RRA <br>
&gt; &gt; generated by doing this don't satisfy me.<br>
&gt; <br>
&gt; I don't remember when/where/what, but I'm almost 100% sure I've seen<br>
&gt; a solution for this. &nbsp;Try google.<br>
&gt;</font></tt>
<br>
<br><tt><font size=2>I'm pretty sure also but you already gave me a very
good tip hereunder :-)</font></tt>
<br>
<br><tt><font size=2>&gt; <br>
&gt; <br>
&gt; I suggest looking in MRTG or RateUp, find the part where it creates
the<br>
&gt; new database and modify that part.<br>
&gt; <br>
</font></tt>
<br><tt><font size=2>Great! I didn't realized MRTG was written in Perl.
</font></tt>
<br>
<br><tt><font size=2>Actually, I think I'll have to modify function &quot;log2rrd&quot;
in file MRTG_lib.pm:</font></tt>
<br>
<br><tt><font size=2>&nbsp; &nbsp; &nbsp; &nbsp; sub log2rrd ($$$)
{</font></tt>
<br><tt><font size=2>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
...</font></tt>
<br><tt><font size=2>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
my @steps = qw(300 1800 7200 86400);</font></tt>
<br><tt><font size=2>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
my %sizes = ( 300 =&gt; 600, 1800 =&gt; 700, 7200 =&gt; 775, 86400 =&gt;
797);</font></tt>
<br><tt><font size=2>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
...</font></tt>
<br>
<br><tt><font size=2>Am I dreaming? Could it be so simple? :-)</font></tt>
<br>
<br><tt><font size=2>Thanks Alex</font></tt>
<br>
<br><tt><font size=2>Cyrille</font></tt>