All,
I am trying to determine the best method to query some OIDs. These OIDs follow the same same structure, ie object 1 is 1.1.1.1, properties of object 1 are 1.1.1.1.1...9, object 2 is 1.1.1.2, object 2's properties are 1.1.1.2.1...9, etc. Some devices with have 10 objects and some will have 2, it will vary. Note that all the properties of each object are strings. It seems in the current versions of SolarWinds products that to query this data I would have to utilize one of these approaches:
-Create UNDPs and then have a script to dynamically assign the UNDPs to each node. I still have the problem of determining how many objects are running on the node.
-Utilize a tool like Net-SNMP inside of a powershell component template in SAM. Then I could determine the number of objects that are being used. and use other SAM components with Net-SNMP to poll the data I would want.
Are there any other ways I could poll this data in SAM or NPM?
I appreciate any feedback that is provided.