[rrd-users] CDEF,RPN, no decimal constant possible?
Alex van den Bogaerdt
alex at vandenbogaerdt.nl
Thu Jul 10 18:18:03 CEST 2014
> 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"
More information about the rrd-users
mailing list