Search found 2 matches

by DeathDream
Wed Oct 25, 2017 2:24 pm
Forum: Open Source Nagios Projects
Topic: SNMP Perl Plugin use custom MIB
Replies: 3
Views: 2517

Re: SNMP Perl Plugin use custom MIB

The main question in this post was about how can I get the plugin to be forced to use a MIB. I couldn't find anything in Net::SNMP about doing this. I'm actually on stackoverflow now looking at the conversion process as well lol however what I found was exactly the opposite of what I was wanting: ht...
by DeathDream
Wed Oct 25, 2017 1:51 pm
Forum: Open Source Nagios Projects
Topic: SNMP Perl Plugin use custom MIB
Replies: 3
Views: 2517

SNMP Perl Plugin use custom MIB

I'm building a custom perl plugin for SNMP that heavily depends on the MIB that I uploaded. How do I build the plugin to use this specific MIB? my ($session, $error) = Net::SNMP->session( -hostname => $Hostname, -community => $Community, #-miblist => 'F5-BIGIP-LOCAL-MIB', #Above did not work -port =...