MIB Integration error

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
aap
Posts: 180
Joined: Wed Oct 12, 2011 4:01 am

Re: MIB Integration error

Post by aap »

Thanks, I have uploaded the new mibs.php and reloaded the page however the same message appears when trying to process a mib

Failed to convert uploaded file to snmptt mib.. (rc: 13)
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: MIB Integration error

Post by lmiltchev »

I was able to recreate the issue - got the same error, while trying to upload the FA.mib. We will have to do some more digging into this.
Be sure to check out our Knowledgebase for helpful articles and solutions!
aap
Posts: 180
Joined: Wed Oct 12, 2011 4:01 am

Re: MIB Integration error

Post by aap »

Thank you very much. I'll wait to hear back from you.
User avatar
lgroschen
Posts: 384
Joined: Wed Nov 27, 2013 1:17 pm

Re: MIB Integration error

Post by lgroschen »

So I think I figured this out messing with my XI install.

run this:

Code: Select all

ll /usr/share/snmp/mibs/processed_mibs/
If any of the processed_mibs files are owned by root root then apache will not be able to write to them. I also tested this with the raw FCMGMT-MIB.mib from a MIB website to make sure your MIB wasn't the issue. If you can set the file to apache apache (if it exists yet) and see if it will successfully import and process:

Code: Select all

cd /usr/share/snmp/mibs/processed_mibs/
chown apache.apache FA.txt
Also, make sure the entire processed_mibs folder is apache user and nagios group so they are written correctly. Then try the import (+ process)

/Luke
/Luke
aap
Posts: 180
Joined: Wed Oct 12, 2011 4:01 am

Re: MIB Integration error

Post by aap »

Thanks very much.

Works perfectly after changing the owner to apache and group to nagios on the processed mibs folder.

Total translations: 18
Successful translations: 18

Please feel free to close this one.
Locked