[rrd-users] Update graph with one year data

Damien THIESSON damien at verygames.net
Sat Aug 27 23:41:22 MEST 2005


In a perl script, I use this structure for updating my rrd file:

my $i = 1124748000;  // 2005-05-01
#while ( $i < 1125007200) { // env. now..
       RRDs::update ("$path/ca_vg.rrd", "$i:55000");
       #$i = $i + 300;
}

I obtains this error:
ERROR while updating ca_vg.rrd: illegal attempt to update using time 
1124748000 when last update time is 1125153385 (minimum one second step).

My question is: Is it possible to call RRDs::update without sleep time, 
and how to do it.

If this post contains mistakes, sorry, I'm french ;)

Thanks.

--
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://lists.ee.ethz.ch/rrd-users
WebAdmin    http://lists.ee.ethz.ch/lsg2.cgi



More information about the rrd-users mailing list