Page 1 of 1
Nagios SNMP walk using a specific MIB
Posted: Mon Sep 24, 2018 2:54 pm
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,
Re: Nagios SNMP walk using a specific MIB
Posted: Mon Sep 24, 2018 4:02 pm
by ssax
Please run this command:
Code: Select all
echo "mibs +ALL" > /etc/snmp/snmp.conf
Then restart apache and try the wizard again:
Let us know if that works for you.
Re: Nagios SNMP walk using a specific MIB
Posted: Tue Sep 25, 2018 6:48 am
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.
Re: Nagios SNMP walk using a specific MIB
Posted: Tue Sep 25, 2018 4:09 pm
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.