Hi,<br><br>I'm just playing around with rrdtool to monitor my bandwidth. I used this cmd to create:<br><br>rrdtool create $1 --start '-30d' --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> <params><br> <xff>0.0000000000e+00</xff><br> </params><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't change anything.<br><br>Still unable to create a "valid" rrd-file.<br><br>Any hints?<br><br>Thanks a lot,<br><br>Fabian Zimmermann<br>