[rrd-users] Re: update not updating

Serge Maandag serge.maandag at staff.zeelandnet.nl
Tue Jun 3 22:57:09 MEST 2003


a step of 300 and a heartbeat of 36 doesn't seem right to me.

Be sure to read the 'heartbeat and the step' part of the create manual on the website if it's not a typo.

Serge.

-----Original Message-----
From: Ask Bjoern Hansen [mailto:ask at develooper.com]
Sent: Monday, June 02, 2003 11:46 PM
To: rrd-users at list.ee.ethz.ch
Subject: [rrd-users] update not updating


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

--
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