I'm currently evaluating v8.5.1 of NPM. I setup a couple of Custom Poller's to pull in some extra SNMP data from a collection of networking devices -- a numeric value and a text string. I have figured out how to make that data visible in the Web Console, but only one property at a time; I'd really like to build a table with the following columns all visible at once:
Device Name
Numeric Value
Text String
I haven't figured out how to expose these custom poller values in the Report Writer, which would seem like the most obvious place to do this.
Could anyone point me in the right direction?