[rrd-users] Re: Trying to update rddtool database via script
SWATTON, JEANINE
jeanine_swatton at appsig.com
Fri Mar 4 22:24:48 MET 2005
According to your script, I'm not sure if the = makes a difference after
the "step" parameter. You want to collect data every 5 minutes,
correct?
In my create database script, I included a start time of N. Not sure if
that needs to be specified?
I had the same problem with my db full of NaN's and discovered there was
a problem with my update script. What does your update script look
like?
-----Original Message-----
From: rrd-users-bounce at list.ee.ethz.ch
[mailto:rrd-users-bounce at list.ee.ethz.ch] On Behalf Of Richard Burton
Sent: Friday, March 04, 2005 1:15 PM
To: rrd-users at list.ee.ethz.ch
Subject: [rrd-users] Trying to update rddtool database via script
Hi there
I wonder if anyone can help.
I am trying to create GAUGE database and update it via a script. I
intend to then convert this to perl. My problem is that I cannot get any
data to be added to the database. Below is m test script, can anyone
tell me why I end up with a database full of NaN's
rrdtool create lgflnet-telehouse.rrd --step=300
DS:DS0:GAUGE:600:0:1073741824 RRA:AVERAGE:0.5:1:1200 RRA:MIN:0.5:12:2400
RRA:MAX:0.5:12:2400 RRA:AVERAGE:0.5:12:2400
rrdtool update lgflnet-telehouse.rrd N:123456
Kind Regards
Richard Burton
--
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