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.

Dividing by 100 in transform poller


The description for one of my pollers say that it is 100 times more than the actual value.

To get the actual value I need to divide the obtained value by 100. I thought I could do that by transform pollers.

But I couldn't divide. Please suggest what do i do now? Is there a command for division or some other way to decimate?

  • Hi,

    this is possible to achieve with transformed poller.

    - When creating transformed poller make sure that Polling interval is the same for (Universal Device Poller)UnDP and for transform poller. Make sure that both pollers are assigned to the node that you want to poll.

    - If you would like to divide by 100 you can use formula like this:

    {tcpActiveOpens}/100

    Roman