Start a Conversation

Unsolved

This post is more than 5 years old

756

September 13th, 2013 07:00

Diffrenet Instrumentation class for same device system object id

Hello

As you know there oid2type_ .conf file where we can specify the instrumenation. I have following situation. Two devices same SystemObjectID, but the interfaces information are on one device in the IF-MIB and on the other device in the HR-MIB (Hostresource).

Question: Is there a way to configure two different instrumenation for the same devices. Disingushed can be done by the description.

Update: 17.09.2013

What about TopologyUpdateInfo for the SNMPAgent object?

I saw in a lot of disocvery scripts that these has been used and if I am adding following line to the discovery script I am getting the correct instrumenation class Interface_Fault_SC_hrDevice is used.

agentObj->TopologyUpdateInfo += list("FAULT",

                                              ifObj->Name,

                                              "Interface_Fault_SC_hrDevice",

                                              index) ? LOG, IGNORE;

Regards,

Christian

Nachricht geändert durch Christian

No Responses!
No Events found!

Top