This discussion has been locked. The information referenced herein may be inaccurate due to age, software updates, or external references.
You can no longer post new replies to this discussion. If you have a similar question you can start a new discussion in this forum.

Universal Device Poller transformation decimal values

Hello,

in NPM 10.1.1 I have created a custom poller, that recieves decimal values (Disk: Written Bytes/sec).

For some reason, NPM seems to ignore the delimiter and instead of 1064685.97540109 it uses the value 106468597540109 which is obviously far too much. This results in TB/sec troughput for a SAS Disk as you can see here.

To avoid this, I use a transformation with function Truncate( ,0), which should produce integer values.

In the test, it behaves as it should - but when I add the transformation to my Node Details page, I still see the huge values.

What am I missing?