Unknown variable (OID)

General chat about HostMonitor (all messages posted before March 07, 2003 available here).
Locked
hamoja
Posts: 34
Joined: Wed Jun 18, 2003 6:00 pm

Post by hamoja »

How does this program compile any mibs which is not known to its database. The OID 1.3.6.1.4.1.23.2.28.2.14.1.5 for Netware server ("nwserver.mib") requires to be compile to monitor an event.

How do I proceed?.

User avatar
Marcus
Posts: 367
Joined: Mon Nov 18, 2002 6:00 pm

Post by Marcus »

As far as I know, HostMonitor does not have a MIB database. It is just capable of sending snmp traps to the destination. MIB definitions are not used. You have to know the OID and the possible return values.
KS-Soft
Posts: 12869
Joined: Wed Apr 03, 2002 6:00 pm
Location: USA
Contact:

Post by KS-Soft »

Marcus is right
hamoja
Posts: 34
Joined: Wed Jun 18, 2003 6:00 pm

Post by hamoja »

Should I assume then that this porgram doesn t support that value?

<font size=-1>[ This Message was edited by: hamoja on 2003-06-23 13:00 ]</font>

<font size=-1>[ This Message was edited by: hamoja on 2003-06-23 13:22 ]</font>
KS-Soft
Posts: 12869
Joined: Wed Apr 03, 2002 6:00 pm
Location: USA
Contact:

Post by KS-Soft »

Not exactly. If you type in some OID (e.g. 1.3.6.1.4.1.23.2.28.2.14.1.5) and receive error "Unknown variable (OID)" it does not mean HostMonitor does not support it. Because it is not HostMonitor's response, it is answer from SNMP agent.
In your message you did not say anything about any error. Do you receive error named in subject? Probably this OID represnts single-instance object, in this case you should add ".0": 1.3.6.1.4.1.23.2.28.2.14.1.5.0

Regards
Alex

<font size=-1>[ This Message was edited by: KS-Soft on 2003-06-23 15:48 ]</font>
hamoja
Posts: 34
Joined: Wed Jun 18, 2003 6:00 pm

Post by hamoja »

Fixed.. value of 1 instead of 0


<font size=-1>[ This Message was edited by: hamoja on 2003-06-24 09:33 ]</font>
KS-Soft
Posts: 12869
Joined: Wed Apr 03, 2002 6:00 pm
Location: USA
Contact:

Post by KS-Soft »

So, it was multi-instance object (some table)?

Regards
Alex
Locked