I´m about to writing my own Net-SNMP MIB Module and was wondering if it is necessary to compile the Whole Agent, since it takes about 5 Minutes. I´m experimenting a lot so i could save hours each day if i could speed up this process.
The Process of doing this, as described in the SNMP-Tutorial "Writing a MIB Module" subitem Compiling in your new MIB module,
is to execute the ./configure
file with the parameter
--with-mib-modules="customMibModule"
followed by the conventional $ make
and $ make install
routines.
This customMibModule is my MIB-Module, located in the agent/mibgroup/ folder of the Net-SNMP Agend Source Code.
Thank you all in advanced!