SNMP Monitoring - Unable to browse MIB using the up.time SNMP monitor
When configuring the SNMP Monitor, you are able to add OID manually but can't browse the MIB by loading it.
This can happen for a few reasons, but the most common is that the MIB you are trying to load has a dependency that cannot load. You can see if this is the case in a few ways:
- In your browser's Java Console, you'll see an error similar to the following:
java.io.FileNotFoundException: http://<uptime_host>:9999/MIB/<DEPENDENT_MIB>
- In the MIB file itself, there would be an IMPORTS section that has other optional or required MIBs that try to load.
The solution is to put any dependent MIB's in the /<uptime dir>/GUI/MIB directory of your monitoring station server.







