Hi, I am not sure what I am doing wrong, but it seems like my update statements are not actually updating the rrd. I created the RRD like the following:
test.rrd '--step' 60*5 \ "DS:count:GAUGE:36:0:50000" \ "DS:days:GAUGE:36:0:1000" \ 'RRA:AVERAGE:0.5:1:750' \ 'RRA:AVERAGE:0.5:4:750' \ 'RRA:AVERAGE:0.5:24:512' \ 'RRA:AVERAGE:0.5:96:1460' \ 'RRA:MAX:0.5:1:750' \ 'RRA:MAX:0.5:4:750' \ 'RRA:MAX:0.5:24:512' \ 'RRA:MAX:0.5:96:1460' I use a statement closely resembling it in other places. Every 5 minutes I run rrdtool update test.rrd --template count:days N:829:250 but my graph stays empty and "fetch" gives all NaN. !? Any clues? - ask -- Unsubscribe mailto:[EMAIL PROTECTED] Help mailto:[EMAIL PROTECTED] Archive http://www.ee.ethz.ch/~slist/rrd-users WebAdmin http://www.ee.ethz.ch/~slist/lsg2.cgi
