> I do see the gaps. From what I see on the graph, you are displaying > the red line between 09:15 (or so) and 18:15 (or so).
It doesn't have to do with the time. It has to do with when the data goes above 34000 that it's supposed to change color. I posted a new graph that shows the problem better. http://miguel.vargas.com/test.png created with: DEF:in=my.rrd":In:AVERAGE CDEF:under=in,34000,LT,in,UNKN,IF CDEF:over=in,34000,GT,in,UNKN,IF HRULE:34000#0000ff LINE2:under#00ff00 LINE2:over#ff0000 Basically, I need to connect the green line with the red line. -- 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
