I have a TemPager device from AVtech that I'm trying to create a Universal Device Poller for.
The MIB in question is 1.3.6.1.4.1.20916.1.7.1.2.2.2
I can make the poller just fine. The value that it returns is, understandably, not in the format I want (8000, 7800, etc.). When I create a result transformer and divide by 100, however, it doesn't work properly. The returned value turns into something like -1 or -3.
I have another MIB set up for the internal temperature of the device which I have transformed in exactly the same fashion which works fine and gives me the real value. So what's the deal with this one that doesn't want to work? The transform is simply the poller/100. Nothing too complicated.