getDeviceData.log:Aug 09 15:59:37 2005 getDeviceData_01 QUERY_NETBOX_T01-3-RUN Caught exception, should not happen: snmp/SNMPException
Did you get this right away? My first guess would be that the Java SNMP package is not installed/found. You can put it in your jre/lib/ext directory to make sure Java will find it.
That actually looks fine, except that I have no idea how to add an OID, and I am at a loss as to where to find documentation for it. I did a psql query on the snmpoid table, but I am unclear as to what OID I should throw in for, say, interface stats, and what response I am looking for. Any help here would be nice.
You should never have to edit any of the database tables directly; NAV will automatically gather and fill inn all this information.
Also, I get nothing but the java application with the refresh button, etc, on the vlanMap. How do I make that show stuff? There's also nothing at all listed in the network explorer. When I go into the manage devices thing, it sees all the boxes, but lists no modules for any of them. What does that mean?
It seems that no data has been collected, most probably because of the missing Java SNMP library. After you install this, you can try the following command in the psql shell and then restart NAV to make sure everything will be updated:
UPDATE netbox SET uptodate=false;