Closed navossoc closed 5 years ago
Hi @navossoc,
sadly the custom sensor API only supports setting DecimalMode
to Auto
or All
. See the official manual: https://www.paessler.com/manuals/prtg/custom_sensors
The current workaround is to do the rounding directly in the sensor, as descibed here with a Powershell example: https://kb.paessler.com/en/topic/62274-custom-decimal-places-using-powershell-scripts
Cheers, Alex
Hi, I would like to know how to set decimal places as in the picture below:
I already tried:
and
None seems to work.
I also added two new fields
DecimalDigits
andDecimalPlaces
(that I saw somewhere on the web) and tried to set them to"2"
and it doesn't work either.Any tips?
Thanks.