Sami Khoury wrote: [snipped discussion of problem mentioned on this list frequently]
> Am I doing anything wrong or is there a design reason why the RRD can't > reflect my date/time values ? RRDtool works this way by design. Intervals don't start at an arbitrary point in time, they start at time zero (0). Ergo, each interval starts at n*<interval_size> If you need to store data at a point in time, you need to make sure that this point in time is n*<interval_size>. In your case you need one point per hour. For more elaborate discussion of this please search the archive. cheers, -- __________________________________________________________________ / [EMAIL PROTECTED] [EMAIL PROTECTED] \ | work private | | My employer is capable of speaking therefore I speak only for myself | +----------------------------------------------------------------------+ | Technical questions sent directly to me will be nuked. Use the list. | +----------------------------------------------------------------------+ | http://faq.mrtg.org/ | | http://rrdtool.eu.org --> tutorial | +----------------------------------------------------------------------+ -- Unsubscribe mailto:[EMAIL PROTECTED] Help mailto:[EMAIL PROTECTED] Archive http://www.ee.ethz.ch/~slist/rrd-users WebAdmin http://www.ee.ethz.ch/~slist/lsg2.cgi
