I have a current issue were the NAN values I actually want to translate to 100 
and keep the known values as is?
CDEF:trans_var=var,UN,0,var,IF
works great translating the NAN's to 0
        CDEF:trans_var=var,UN,1,var,IF
appear to work on getting NAN's to 1 , but
        CDEF:trans_var=var,UN,100,var,IF
        CDEF:trans_var=var,UN,0,var,IF,var,100,IF
just gets me 100 and none of the known values
Im using rrdtool version 1.2.12 with no current upgrade path
Does anyone have any suggestions?

Warren Thomas


_______________________________________________
rrd-users mailing list
[email protected]
https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users

Reply via email to