Error running agent: could not initialize input inputs.snmp | Cannot find module (NAS-MIB)

Solved bu myself with these commands:

  • MIBDIRS=/home/monitor/.snmp/mibs:/usr/share/snmp/mibs:/usr/share/snmp/mibs/iana:/usr/share/snmp/mibs/ietf
  • export MIBDIRS
  • MIBS=ALL;export MIBS
    and now it works.