Frank Woods <[email protected]> writes: > I am trying to build an embedded version of the net-snmp agent and am > having problems setting the path to the target OS include directory > within the configure script. > > Also, all them requested MIBs seem to be loaded however not of the > results are returned. I presume this is partially due to not being > able to resolve the os include directories and possibly the location > of support apps for the agent.
If you're working on a new embedded system it'll take a bit of work to get the agent to return data far the system. Each MIB that you want functioning will need to be coded to extract the data from the kernel, or whatever, and then return it. All of the code you'll need to look at is in agent/mibgroup *except* the system definition files, which you indicated aren't being set right... You'll likely need to create a new header in include/net-snmp/system/ in order to set appropriate defines for your architecture. -- Wes Hardaker Please mail all replies to [email protected] ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Net-snmp-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
