MIB File Issues

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
joash0809
Posts: 14
Joined: Wed Jul 29, 2020 9:26 am

MIB File Issues

Post by joash0809 »

Hi Nagios Support,

I'm currently facing an issue where my uploaded MIB files are showing Unknown status and also the uploaded date is showing Unknown (Missing Database Entry).
MIB.PNG
, please refer to attachment. also attaching the file permission for these mibs.
MIB.PNG
.
You do not have the required permissions to view the files attached to this post.
benjaminsmith
Posts: 5324
Joined: Wed Aug 22, 2018 4:39 pm
Location: saint paul

Re: MIB File Issues

Post by benjaminsmith »

Hi,

Thank you for the screenshots, the permissions do not look the same as my test system. Please run the following and let me know if the issue is corrected.

Code: Select all

chmod -R ug+rw /usr/share/snmp/mibs
chown -R root:nagios /usr/share/snmp/mibs
If not can you post an updated shot of the permissions?

Best Regards,
Benjamin
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.

Be sure to check out our Knowledgebase for helpful articles and solutions!
joash0809
Posts: 14
Joined: Wed Jul 29, 2020 9:26 am

Re: MIB File Issues

Post by joash0809 »

Hi,

Sorry for the late reply. I've done as requested but still showing the same. sending the updated permission as requested.
You do not have the required permissions to view the files attached to this post.
benjaminsmith
Posts: 5324
Joined: Wed Aug 22, 2018 4:39 pm
Location: saint paul

Re: MIB File Issues

Post by benjaminsmith »

Hi joash0809,

I believe this is a bug. What version of Nagios XI are you currently using? Can you upload or PM MIB's from this system and I'll try to re-create this on my system?

Please run this command and send me the resulting /tmp/SNMPFILES.zip file:

Code: Select all

zip -r /tmp/SNMPFILES.zip /etc/snmp /usr/share/snmp/mib
Additonaly, please post the output to the following command. Thanks, Benjamin

Code: Select all

mysql -uroot -pnagiosxi nagiosxi --table -e "select * from xi_mibs;"
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.

Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked