A poller is to be built that will add two values together to show a single value in the web console using the universal device poller (UDP) tool. How would this be accomplished?
A.
add both object IDs (OIDs) to the poller and combine values in a single value for the web console
B.
build a poller for each OID then use transform results to combine values from the two pollers
C.
UDP tool does not support more than one OID per poller, another OID is needed
D.
UDP tool does not support more than one OID per poller, another tool is needed
Comprehensive and Detailed Explanation From Exact Extract:
To combine two polled values into a single value in the web console, you need to:
Create a separate poller for each OID.
Use a transform (in the UDP tool) to add or otherwise combine the values from the two pollers into one displayed value.
Exact Extract from Official Guide:
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit