On 14/02/07, Dave Shield <[EMAIL PROTECTED]> wrote: > The initialisation code assumes that this file looks something like: > > processor : 0 > vendor_id : GenuineIntel > cpu family : 15 > model : 4 > model name : Intel(R) Pentium(R) 4 CPU 2.80GHz > <etc, etc>
I've done a bit more poking around, and it looks as if there are various different styles of /proc/cpuinfo output, which look significantly different from each other. The current code only works properly with the x86 style. The easiest short-term fix is probably to delete the line that generates the "Missing CPU info entry" message. (agent/mibgroup/hardware/cpu/cpu_linux.c - line 121) and recompile. The UCD-specific CPU stats will still work - it's just the (new) hrProcessorLoad object that won't. I'll log a bug to ensure that this problem doesn't get forgotten. Dave ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Net-snmp-users mailing list [email protected] Please see the following page to unsubscribe or change other options: https://lists.sourceforge.net/lists/listinfo/net-snmp-users
