zabbix-tools / mib2zabbix

SNMP Template generator for Zabbix
193 stars 79 forks source link

NEW option for load MIB file #7

Open dimitribellini opened 8 years ago

dimitribellini commented 8 years ago

Thanks so much for great work! I can suggest to add an option to specify the MIB modules to load? Maybe you could also have the "all" option like SNMPWALK?

snmpwalk option: -m MIB[:...] load given list of MIBs (ALL loads everything) -M DIR[:...] look in given list of directories for MIBs

Thanks so much

cavaliercoder commented 8 years ago

Great idea, thanks. For now the script uses the Net-SNMP Perl library and relies on default SNMP configuration to determine where MIBs are loaded from. You can overwrite this using the mib_api environment variables detailed here: http://www.net-snmp.org/docs/man/mib_api.html.

I'll look at adding a feature to override MIB directories using &SNMP::addMibDirs.

dimitribellini commented 8 years ago

Thank you for your good work, is a pleasure to propose new ideas and receive a good feedback :-)

On Mon, Sep 19, 2016 at 8:22 AM, Ryan Armstrong notifications@github.com wrote:

Great idea, thanks. For now the script uses the Net-SNMP Perl library and relies on default SNMP configuration to determine where MIBs are loaded from. You can overwrite this using the mib_api environment variables detailed here: http://www.net-snmp.org/docs/man/mib_api.html.

I'll look at adding a feature to override MIB directories using &SNMP::addMibDirs http://search.cpan.org/%7Egsm/SNMP-4.2.0/SNMP.pm.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/cavaliercoder/mib2zabbix/issues/7#issuecomment-247918194, or mute the thread https://github.com/notifications/unsubscribe-auth/AP6XPZjb5wHdQMvjhKQ6s_oCwjM_MOoEks5qriocgaJpZM4J8yNJ .

frankk74 commented 7 years ago

Hi, I would like to vote for this enhancement as well :-). I 'll look at the suggestion above about the env vars.

Many thanks for sharing!!!

Frank

seru1us commented 6 years ago

+1

That would make this a total dream to be honest. Thanks for everything