Re: [rrd-users] Fwd: start time

2011-07-01 Thread Simon Hobson
fadwa salam wrote: >the time of the creation of the database must be less than the >update time > > ERROR : illegal attempt to update using time 1309519420 when last >update time is 1309520243 (minimum one second step) Yes. -- Simon Hobson Visit http://www.magpiesnestpublishing

Re: [rrd-users] Fwd: start time

2011-07-01 Thread Simon Hobson
fadwa salam wrote: >it shows ok, but when i run rrdtool fetch it does not accept the value 3600 > >rrdtool fetch $rrd AVERAGE -r $period -s $time => ERROR: start >time: did you really mean month 3600? That's because you have given it the wrong start time ! 3600s is back in January 1970. You

Re: [rrd-users] Fwd: start time

2011-07-01 Thread Andreas Maus
Hello. man rrdfetch says something about the format -s accepts: "--start|-s start (default end-1day) start of the time series. A time in seconds since epoch (1970-01-01) is required. Negative numbers are relative to the current time. By default, one day worth of data will be fetched. See also