View Full Version : Using own application mibs
Wim Hamers
19-01-2005, 14:00
We have our own sets of MIBs. We have a official enterprise number and all mibs are identified within this enterprise mib. Each application has a its own MIB with a number of variables in it. We would like to integrate in the Zabbix control and monitoring and looking for a way to easily define them as items. We do not want to put each item manually in the dabbix configuration. Does someone as something for this (e.g scripts)? Or can the mibs itself be given to Zabbix and be used as template?
:confused:
You need Mib-parser. OpenNMS included simple application for generate MIB xml templates.
pabloadmin
28-01-2005, 00:03
Hi Sauron,
in which package this the Mib-parser at OpenNMS?
I saw this list for debian:
1.1.4 [show only this release] 2005-01-05 17:01
libicmp-jni_1.1.4-1woody_i386.deb 20276 2 i386 .deb
libiplike-pgsql_1.1.4-1woody_i386.deb 16982 1 i386 .deb
libopennms-java_1.1.4-1woody_all.deb 3188882 1 i386 .deb
librrd0-jni_1.1.4-1woody_i386.deb 17592 2 i386 .deb
opennms_1.1.4-1woody_all.deb 15166 1 i386 .deb
opennms-common_1.1.4-1woody_all.deb 69040 1 i386 .deb
opennms-contrib_1.1.4-1woody_all.deb 988344 2 i386 .deb
opennms-db_1.1.4-1woody_all.deb 45178 2 i386 .deb
opennms-doc_1.1.4-1woody_all.deb 3080582 2 i386 .deb
opennms-server_1.1.4-1woody_all.deb 10867014 2 i386 .deb
opennms-webapp_1.1.4-1woody_all.deb 9445170 2 i386 .deb
thank you in advance.
I'm think mibparser included in this is package: opennms-contrib_1.1.4-1woody_all.deb
PS If you download opennms source you found mibparser in source/contrib/mibparser. You need install java ;)
pabloadmin
28-01-2005, 17:41
thank you...