On 25/04/07, Lambert, Eric <[EMAIL PROTECTED]> wrote:
>  I have the following lines in my snmpd.conf file:

> extend .1.3.6.1.4.1.7594.400 swap_percent
>              /etc/snmp/bin/check_swap_pct.bash



> When I run an snmpwalk I get the following data, which I am having trouble
> understanding…

   [snip]

Can I suggest that you try with an snmpd.conf line of

    extend  swap_percent  /etc/snmp/bin/check_swap_pct.bash

(i.e. the same line, but without specifying an OID).

Then run

    snmpwalk ..... NET-SNMP-EXTEND-MIB::nsExtendObjects

That should give you the same basic output, but display it using
named MIB objects (rather than purely numeric OIDs).
   Once you've got a feel for the structure of this information,
you can revert to the version based under enterprises.7594.400,
with a better understanding of what the individual objects mean.

You might even wish to take a copy of the NET-SNMP-EXTEND-MIB,
renaming the MIB, and rooting it at enterprises.7594.400 instead of
nsExtendObjects.
   That would allow your "relocated" output to be displayed by
name as well.


But the simplest thing to start with would be to temporarily
drop the explicit OID altogether.

Dave

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
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

Reply via email to