Hi,<br><br>I&#39;m just playing around with rrdtool to monitor my bandwidth. I used this cmd to create:<br><br>rrdtool create $1 --start &#39;-30d&#39; --step 5 \<br>DS:bw:COUNTER:10:0:U \<br>RRA:MAX:0.5:12:10080 \<br>RRA:AVERAGE:0.5:12:10080 \<br>
RRA:MAX:0.5:720:8760 \<br>RRA:AVERAGE:0.5:720:8760 \<br><br>and to dump:<br><br>rrdtool dump $1<br><br>if I use rrdtool1.4.3 out of Debian/Squeeze or 1.2.30 of OpenWRT everything is fine.<br>As soon as I start using current 1.4.7, it loos like XFF-parameter is broken/ignored, because<br>
<br>rrdtool dump<br><br>reports something like this:<br><br>                &lt;params&gt;<br>                &lt;xff&gt;0.0000000000e+00&lt;/xff&gt;<br>                &lt;/params&gt;<br><br>Maybe the created rrd-file is broken, because even the good old working 1.4.3 is unable to dump a file created by 1.4.7 correctly.<br>
I also tried to compile the vanilla 1.4.7 and current GIT, but didn&#39;t change anything.<br><br>Still unable to create a &quot;valid&quot; rrd-file.<br><br>Any hints?<br><br>Thanks a lot,<br><br>Fabian Zimmermann<br>