On 9 November 2011 02:58, Keith Hansen <keith.han...@dialogic.com> wrote:
> I have tried both the precomplied netsnmp 5.7 from sunfreeware site and a
> self compiled version with source downloaded from netsnmp.org.
>
> On the test system I currently have the sunfreeware version install.

Niels has pointed out the immediate cause of the crash
(0 values for the disk usage information, leading to a divide-by-zero error).
So the next task is to identify why these values aren't being filled in.

Unfortunately the walk you posted only includes the 'mib2' subtree,
and doesn't give any of the UCD-specific  information.   It might be
worth posting the results of

    snmpwalk .... UCD-SNMP-MIB::version

which might give some indication as to exactly how the agent was compiled.

In particular, I'm looking for some indication of which version of the
disk code is being used.   Try locating the 'libnetsnmpmibs' library,
and running

     strings  /path/to/libnetsnmpmibs.a  | grep -E '_fsys|_disk'

What does that report?

Dave

------------------------------------------------------------------------------
RSA(R) Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
_______________________________________________
Net-snmp-coders mailing list
Net-snmp-coders@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to