[rrd-users] Inserted value becomes NaN

Jon August jonaugust at gmail.com
Thu Jan 15 17:02:20 CET 2015


I created an RRD file with this:
rrdtool create filename.rrd \
--step '86400' \
--start '1388534400' \
'DS:devices:GAUGE:172800:U:U' \
'RRA:AVERAGE:0.5:1:365'
I want to store the number of devices on a network daily.  

When I try to do an update, the RRA dump shows NaN.  As if the value was ignored.  I do an update like this:

rrdtool updatev filename.rrd N:1102

What am I doing wrong?

Thanks,
   -Jon
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.oetiker.ch/pipermail/rrd-users/attachments/20150115/eaf78ba7/attachment.html>


More information about the rrd-users mailing list