Is there a way to use the SAM SNMP monitor to poll an OID that yields a table as a result and then select the rows that you want to monitor. I am trying to gather data for multiple rows but not all the rows in he resulting table.
To specify a single row in a table just add the row number to the end of the OID. This can be really tricky for OIDs that have a dynamic number of objects in their table, but if it is static you can just do that.
So if I want multiple rows from the table I would need to just use multiple monitors?
Correct