Hi everyone,
I have used mib2zabbix script to convert MIB files to zabbix template and it has work until now.
I use command
as usual
but it returns as
I have already loaded mib file at /usr/share/snmp/mibs/NB-FLT.txt, so i think there are no problems here because when i convert other files that i have converted before, it still works!
Could anyone point me that what am i missing? appreciate every assistance.
I have used mib2zabbix script to convert MIB files to zabbix template and it has work until now.
I use command
Code:
./mib2zabbix -o .1.3.6.1.4.1.562.3.1
but it returns as
MIB search path: /root/.snmp/mibs:/usr/share/snmp/mibs:/usr/local/share/snmp/mibs
Cannot find module (NB-FLT): At line 1 in (none)
OID .1.3.6.1.4.1.562.3.1 not found in MIB tree.
Cannot find module (NB-FLT): At line 1 in (none)
OID .1.3.6.1.4.1.562.3.1 not found in MIB tree.
Could anyone point me that what am i missing? appreciate every assistance.
Comment