> msg="Loading MIBs" from=$HOME/.snmp/mibs:/usr/share/snmp/mibs:/usr/share/snmp/mibs/iana:/usr/share/snmp/mibs/ietf
If you do that, then it's your responsibility to download the mibs you need. "apt-get snmp-mibs-downloader" on Ubuntu/Debian will get a bunch, but I don't know if you'll have all the ones you need.
My preferred option is to type "make mibs" then "make". The first will fetch all the mibs required by the sample generator.yml, into a subdirectory called "mibs". The second will build snmp.yml from generator.yml using those mibs.
Once you have this working, you can then replace generator.yml with your own generator.yml, and run "make" again, if necessary dropping any additional mibs you need into the "mibs" subdirectory.