Hi
all!
Anybody knowledge
about the correct using of autodiscovery parameters? I need to care about MIB
table indexes to poll the own interface type correctly. The follwing situation:
- Defined a new
interface type for monitoring raid and physical drive status. The OID is
.1.3.6.1.4.1.232.3.2.5.1.1.6 for the drive table.
- The index of the
interfaces I discover is for example 123, so the OID to poll is
.1.3.6.1.4.1.232.3.2.5.1.1.6.XXX.123.
- The problem is the
XXX. This is the index of the raid controller card.
- I have to read out
this index in discovery to poll with this number later on. For example: the
index of controller card is 1 so the correct OID to poll is
.1.3.6.1.4.1.232.3.2.5.1.1.6.1.123.
- I can save 123,
the interface index, but how I can save the 1, the raid card index number?
Depending on the machine this index is always different.
Hope someone can
help, introducing me in autodiscovery values!!
Mario
