Hi,
I'm trying to display some data from a node to be presented in a table. The data is available in an SNMP Table. The MIB is a private/custom MIB. I have added it to NMP using the Orion Universal Device Poller and set the SNMP Get Type to "GET TABLE". When the data from the node displays in NMP is has the following problems:
- It has no knowledge of the indexing so all fields/objects of the table are output as a long list.
- It has knowledge of the columns so all fields/objects are just labelled with their OID.
I have tried changing the label to a custom label (when adding as a new Poller) but this just prepends the label to the OIDs in the list.
Is there a way to get this to display 'properly', as a table with (indexed) rows and (labelled) columns?
Many thanks