Kyrre Baker wrote: > Is the only possibility to remove the "gap" to the right in the RRD-graphs > to set "--end -xxx" when i create the graphs?
You mean in the actual graphing part? This will be an unknown. Suppose the last *consolidated* update was at 22:55, now it is 22:59, and you use something like "--end now --start end-24h" then you are asking RRDtool to graph upto, and including, 22:59. RRDtool has no choise but to graph the interval from 22:55 to 23:00. As this data isn't known yet, it will be NaN, visible as a gap. The solution is to graph upto and including 22:59. You'd have to do so from your front end, just subtract "now%300" from "now". 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
