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)
MIB Integration error
Re: MIB Integration error
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!
Re: MIB Integration error
Thank you very much. I'll wait to hear back from you.
Re: MIB Integration error
So I think I figured this out messing with my XI install.
run this:
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:
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
run this:
Code: Select all
ll /usr/share/snmp/mibs/processed_mibs/
Code: Select all
cd /usr/share/snmp/mibs/processed_mibs/
chown apache.apache FA.txt
/Luke
/Luke
Re: MIB Integration error
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.
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.