Nagios SNMP walk using a specific MIB

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
kreuzigertro
Posts: 2
Joined: Sun Sep 23, 2018 2:29 pm

Nagios SNMP walk using a specific MIB

Post by kreuzigertro »

I am trying to use Nagios XI to monitor a Nimble AF5000. I have uploaded the Nimble MIBs and then perform an SNMP Walk from the configuration wizard. On the first screen of the configuration wizard I remove the default value in the OID field and when I click next it brings up some values but it looks like it is using the SNMPv2-MIB and the IF-MIB. How do I get the SNMP walk to use the Nimble MIB?

Thank you,
ssax
Dreams In Code
Posts: 7682
Joined: Wed Feb 11, 2015 12:54 pm

Re: Nagios SNMP walk using a specific MIB

Post by ssax »

Please run this command:

Code: Select all

echo "mibs +ALL" > /etc/snmp/snmp.conf
Then restart apache and try the wizard again:

Code: Select all

service httpd restart
Let us know if that works for you.
kreuzigertro
Posts: 2
Joined: Sun Sep 23, 2018 2:29 pm

Re: Nagios SNMP walk using a specific MIB

Post by kreuzigertro »

Thank you for your response. It did not make a change. I ran the first command and did not see a response after running the command so I am assuming it worked correctly. I then restarted the Apache service as requested and ran the configuration wizard again.

It is still using the same default MIBs.

Any other suggestions would be greatly appreciated.

Thank you again.
ssax
Dreams In Code
Posts: 7682
Joined: Wed Feb 11, 2015 12:54 pm

Re: Nagios SNMP walk using a specific MIB

Post by ssax »

What version of XI are you using? You can grab it from the bottom left hand side of the web interface.

I think the SNMP Walk wizard will need to be updated to allow you to specify the MIBs during scanning.
Locked