I have used Orion NPM for six months now and am just now playing with MIBs. I ran the MIB Walker from the 9.0 Toolset on a system and found several MIBs I would like to apply to my monitored nodes. I would primarily like to display the HOST-RESOURCE-MIB to display all the devices, processes, services, users, shared files, etc. for each system. When I ran the MIB Walker on a system, it displayed the OID for each of these items.
The MIB Walker displayed an OID of 1.3.6.1.2.1.25.4.2.1.2.x where x was incremented by one for each process installed on the system. What I want is a resource on the web page which displays all of the processes currently running on this system. When I tried to define the custom poller for this system with this given OID I was only able to select an OID of 1.3.6.1.2.1.25.4.2.1.2.
This OID tested successfully using the SNMP GET NEXT Request however only returned the first process with an OID of 1.3.6.1.2.1.25.4.2.1.2.1. I could retrieve all the processes by specifying the full OID, manually incrementing the last digit and using the SNMP GET request, however I figured there must be a way to emulate the MIB Walker to produce the desired resource.
As I said, I am new with MIBs so I apologize if this question is basic however, can anyone tell me how to assign this OID to a specific system and have the last digit increment to retrieve all processes automatically?