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
_______________________________________________
rrd-users mailing list
rrd-users@lists.oetiker.ch
https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users