[rrd-users] update not updating
Ask Bjoern Hansen
ask at develooper.com
Mon Jun 2 23:45:51 MEST 2003
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:rrd-users-request at list.ee.ethz.ch?subject=unsubscribe
Help mailto:rrd-users-request at list.ee.ethz.ch?subject=help
Archive http://www.ee.ethz.ch/~slist/rrd-users
WebAdmin http://www.ee.ethz.ch/~slist/lsg2.cgi
More information about the rrd-users
mailing list