This is a discussion on nstAgentModuleObject does not initialize within the SNMP Coders forums, part of the Networking and Network Related category; I'm new to net-snmp. So, please bear with me. I'm trying to build snmpd with the nstAgentModuleObject ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
I'm new to net-snmp. So, please bear with me.
I'm trying to build snmpd with the nstAgentModuleObject module given as an example on the net-snmp web site. See http://www.net-snmp.org/tutorial/tut...ule/index.html snmpd builds OK, but nstAgentModuleObject is not initialized unless I specify '-I nstAgentModuleObject' when I evoke snmpd. I configured my build environment as instructed: ./configure --with-mib-modules="nstAgentModuleObject" If I run 'snmpd -Dmib-init -H' nstAgentModuleObject is not listed. If I run 'snmpd -Dmib-init -I nstAgentModuleObject -H' it is listed. If I run 'snmpd -I nstAgentModuleObject' none of the other modules are initialized. Suggestions? Thanks. Jay ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=...057&dat=121642 _______________________________________________ Net-snmp-coders mailing list Net-snmp-coders@lists.sourceforge.net https://lists.sourceforge.net/lists/...et-snmp-coders |