10. Registering MIBs with Zenoss

The MIB loader is called zenmib. To load MIBs, first copy them to $ZENHOME/share/mibs/site. Then run zenmib using the command:

zenmib run mibfile

10.1. Resolving MIB Dependencies

You loaded aaa.mib, and when you attempt to load bbb.mib, you get this error:

INFO:zen.zenmib:Unable to find a file providing the MIB AAA-MIB

To resolve the dependency, load them like this

zenmib run aaa.mib bbb.mib