hi,
im running the update once a minute within a script that runs from crontab.
there is no other process that updates this db file in the same minute.
 
thanks,
shahar.

________________________________

מאת: [EMAIL PROTECTED] בשם A Darren Dunham
נשלח: ג 03-יוני-08 19:12
אל: [email protected]
נושא: Re: [rrd-users] rrd insert problem



On Tue, Jun 03, 2008 at 04:33:27PM +0300, Shahar Fleischman wrote:
> After replacing N: with ${now}: I sometimes get this error in the log
> file:
> + /usr/local/rrd/bin/rrdtool update /usr/local/rrd/db/host/file.rrd
> 1212497523:786
> ERROR: illegal attempt to update using time 1212497523 when last update
> time is 1212497523 (minimum one second step)

You can't run multiple updates with the same timestamp.  The error
states that the DB has already received an update with that time, so
another update with the same time is disallowed.

Are you running updates on the order of once a second?

--
Darren

_______________________________________________
rrd-users mailing list
[email protected]
https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users


_______________________________________________
rrd-users mailing list
[email protected]
https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users

Reply via email to