I have made two universal pollers that each return a single value. I have them both on a map but I also want to add a third value, the sum of both of them.
Is there a way to do this?
Thanks
Some more info.
I tried to use the Transform Results Wizard in the Orion Universal Device Poller and I can transform the results ok, but I don't see how to pull info from another poller into it. I saw a discussion that talks about using {poller1}+{poller2} but I don't see how to map poller1 to my #1 data source.
Yes, use a transform to add them together and then place the transform on the map.
How do I reference each of the pollers in the transform set? I don't see how to identify each poller to replace {poller1}. When I try to add the pollers I get something like this:
{starSessInProgCalls}columnsum( ){starSessInProgCalls}. = Error
{starSessInProgCalls}+{starSessInProgCalls} = 88 (44 on MME-1 x2)
My two devices are called "MME-1, SPIO" and "MME-2, SPIO".
Thanks.
Oh, so you are trying to sum poller data from two different nodes? If so, I don't know that you can do that and put it on a map because at that point, it is not associated to any single node. A transform only looks at the pollers on a single node. You should be able to do a custom query resource and show the sum that way, though. But, that wouldn't be on your map.