This is a discussion on [rrd-users] Re: Trying to update rddtool database via script within the RRD Users forums, part of the Networking and Network Related category; According to your script, I'm not sure if the = makes a difference after the "step" parameter. You ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
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@list.ee.ethz.ch [mailto:rrd-users-bounce@list.ee.ethz.ch] On Behalf Of Richard Burton Sent: Friday, March 04, 2005 1:15 PM To: rrd-users@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@list.ee.ethz.ch?subject=unsubscribe Help mailto:rrd-users-request@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@list.ee.ethz.ch?subject=unsubscribe Help mailto:rrd-users-request@list.ee.ethz.ch?subject=help Archive http://www.ee.ethz.ch/~slist/rrd-users WebAdmin http://www.ee.ethz.ch/~slist/lsg2.cgi |
![]() |
| Thread Tools | |
| Display Modes | |
|
|