> Hi, > I create a rrd with: > rrdtool create L.rrd --step 1 ^ > DS:DeLog_L:GAUGE:2:U:U ^ > DS:L:COMPUTE:DeLog_L,LOG,4.342944,* ^ > RRA:AVERAGE:0.5:1:604800 > > But with the command > rrdtool info L.rrd > I get: > ... > ds[L].cdef = "DeLog_L,LOG,4,*" > > How can I assign a decimal number in the rpn expression?
I have no knowledge and am only guessing here... try "4,342944" _______________________________________________ rrd-users mailing list [email protected] https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users
