Kevin O' Gorman wrote: > As the title says, I'm getting back all-zero tables/graphs whenever I specify > an end date that's after, on, or just before the date of the last update to > the rrd in question. I'm using rrdtool on OpenVMS, so it may be just more > float-representation[1] problems, but if anybody else has seen this on another > platform[2] and has an idea of how to fix it, I'd appreciate it.
Have you tried to set both the start and the end time to an integer mulitple of the step time * steps? So, for an RRA with a step size of 300 and steps == 6 (this is 30 minutes per entry) choose start == 1000674000 and end == 1000683000 for a total of rrdtool fetch whatever.rrd AVERAGE --start 1000674000 --end 1000683000 What happens? 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
