Hello
I am using Zabbix 4.0.12, on an Ubuntu.
I want to use a custom MIB-file in Zabbix for SNMP-Monitoring.
This is what I have done:
1) I have downloaded my MIB-file for my host.
(http://www.networktechinc.com/downlo...onitor-16.html , enviromux-16d-v1-20.mib)
2) I have followed the documentation, https://www.zabbix.com/documentation...ypes/snmp/mibs
The directory in the documentation don't exists (/usr/local/share/snmp/mibs), so I have to create it.
3) I have run the snmptranslate command to get my oid.
How to use this oid in the front-end? The documentation don't say anything about the use or what you can do with it?
After searching for some time, I found the mib2zabbix script.
(https://github.com/cavaliercoder/mib2zabbix)
4) I have downloaded the script and set it in the correct location on my system. (/Bin)
5) I have tried to convert my MIB-file into a template, but without success.
Any idea what I do wrong? Or what can I do to work with my MIB-file in the front-end?
Any suggestions would be welcome.
I am using Zabbix 4.0.12, on an Ubuntu.
I want to use a custom MIB-file in Zabbix for SNMP-Monitoring.
This is what I have done:
1) I have downloaded my MIB-file for my host.
(http://www.networktechinc.com/downlo...onitor-16.html , enviromux-16d-v1-20.mib)
2) I have followed the documentation, https://www.zabbix.com/documentation...ypes/snmp/mibs
The directory in the documentation don't exists (/usr/local/share/snmp/mibs), so I have to create it.
3) I have run the snmptranslate command to get my oid.
HTML Code:
snmptranslate -IR -On ENVIROMUX16D::enviromux16D .1.3.6.1.4.1.3699.1.1.11
After searching for some time, I found the mib2zabbix script.
(https://github.com/cavaliercoder/mib2zabbix)
4) I have downloaded the script and set it in the correct location on my system. (/Bin)
5) I have tried to convert my MIB-file into a template, but without success.
HTML Code:
mib2zabbix.pl -o .1.3.6.1.4.1.3699.1.1.11 -f MyTemplate.xml OID .1.3.6.1.4.1.3699.1.1.11 not found MIB tree.
Any suggestions would be welcome.
Comment