I'd like to monitor the value of the following OID:
1.3.6.1.4.1.140.625.360.1.60.16.11.152.141.150.250.150.242.6.30.201.77.124.80.3.28.230
The .16.11.152.141.150.250.150.242.6.30.201.77.124.80.3.28.230 part of the OID changes each time the server is rebooted. (but 1.3.6.1.4.1.140.625.360.1.60 is constant).
Using this example:

I need to check if .60 has a "RUNNING" under it; or
I need to find the index of "AdminServer" .15 and then check it's state .60 to see if it is "RUNNING"
I was wondering if one of the following were possible:
1) Is there a way to tell ipMonitor to "search" below 1.3.6.1.4.1.140.625.360.1.60 for a particular string?
2) The same sort of action is required to monitor Windows Services via SNMP. Is there a way I can modify the Windows Service monitor in ipMonitor to use a different base OID address; and different OIDs for Name and Status?