Won't Do
Details
Assignee
UnassignedUnassignedReporter
HeeminKimHeeminKimComponents
Fix versions
NoneAffects versions
Priority
Major
Details
Details
Assignee
Unassigned
UnassignedReporter
HeeminKim
HeeminKimComponents
Fix versions
None
Affects versions
Priority
PagerDuty
PagerDuty
PagerDuty
Created January 12, 2018 at 8:53 AM
Updated January 30, 2018 at 12:54 AM
Resolved January 30, 2018 at 12:54 AM
Thank you in advance for any advice.
I'm struggling with this issue... I got some MIB files from Vendor(not existed in default option), and Succeed to upload them to "/opennms/share/mibs/pending" folder by using SNMP MIB Compiler Upload util.
but the real issue is that I couldn't convert it to "events.xml" files. Actually I wanna get SNMP trap generated by that vendor's device. For that, is it ok just put that MIB files in "pending" folder?? If not, I think I need to convert it to "events.xml" file and put it in "opennms/etc/events" folder, and modity(like adding <events>,</events> tag or etc...)... is it right??
So, I did by using "mib2events.jar" util... but that util returned error about the missing object value.(below is the part of the mib file)
---------------------------------------------------------------------
syslogMIBGroup OBJECT-GROUP
OBJECTS {
} -------------------------------------------------------> mib2events.jar return error in here
STATUS current
DESCRIPTION
"A collection of objects providing the syslog MIB."
::= { uriSyslogMIBGroups 1 }
----------------------------------------------------------------------
The weird thing is that this mib file is works well in "MIB browser"... and the vendor said that it is normal for compiler to skip the prase when it faces "missing object value"... so there is no problem with their file... So I don't know the reason that the mib2events.jar don't skip it and return error about that...
Is there anyone who know about this issue?? I really need your help.
any advices will be appreciated. Thank you.