Hi,<div><br></div><div>I'm having trouble updating my database, this is my first try at getting rrdtool to work... ;-)</div><div><br></div><div>So I created a database like this:</div><div><br></div><div><div>rrdtool create /var/www/rrd/test.rrd</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;DS:input:ABSOLUTE:600:U:U</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;DS:output:ABSOLUTE:600:U:U</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;RRA:AVERAGE:0.5:1:600</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;RRA:AVERAGE:0.5:6:700</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;RRA:AVERAGE:0.5:24:775</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;RRA:AVERAGE:0.5:288:797</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;RRA:MAX:0.5:1:600</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;RRA:MAX:0.5:6:700</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;RRA:MAX:0.5:24:775</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;RRA:MAX:0.5:288:797</div></div><div><br></div><div>And I'm getting counters every 5 minutes (resetting each time) to feed into the rrd.</div><div><br></div><div>I have a script that gets values for input and output and then I call update with those values like this:</div><div><br></div><div>rrdtool update /var/www/rrd/test.rrd N:31127529:10551799</div><div><br></div><div>But when I do a dump, the rrd just has all NaN, no data in it.</div><div><br></div><div>If I run updatev I see this:</div><div><div>return_value = 0</div></div><div><br></div><div>What am I doing wrong?</div><div><br></div><div>Thanks</div><div>Ricardo</div><div><br></div>