On 2010-10-28 20:45, Pablo Sanchez wrote: >> It would be nice to have the temperature graph as one continuous >> line, but right now, it's broken each time the temperature goes up >> or under 8 degrees. Can this be done in an other way? > I believe what you want to do is specify `UNKN' rather than 0. Give > it a shot: > >> CDEF:tempover=temp,8,GT,0,temp,IF >> CDEF:tempunder=temp,8,GT,temp,0,IF > to > > CDEF:tempover=temp,8,GT,UNKN,temp,IF > CDEF:tempunder=temp,8,GT,temp,UNKN,IF Great, that worked - thanks! :D
/Anders _______________________________________________ rrd-users mailing list [email protected] https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users
