On 09/04/2008, Stegmann Patricio <[EMAIL PROTECTED]> wrote:
>                                          I am attaching the complete
> output of the tests suggested by Dave, where you may notice it doesnt return
> any value for other stuff not related to network.

Errr.... yes it does.
>From Mike's simplified list:

nsModuleName."".9.1.3.6.1.4.1.2021.100.1.127 = STRING: ucd-snmp/versioninfo
nsModuleName."".9.1.3.6.1.4.1.2021.101.1.127 = STRING: ucd-snmp/errormib
nsModuleName."".10.1.3.6.1.4.1.2021.2.1.1.127 = STRING: ucd-snmp/proc
nsModuleName."".10.1.3.6.1.4.1.2021.8.1.1.127 = STRING: ucd-snmp/extensible
nsModuleName."".10.1.3.6.1.4.1.2021.10.1.1.127 = STRING: ucd-snmp/loadave
nsModuleName."".10.1.3.6.1.4.1.2021.15.1.1.127 = STRING: ucd-snmp/file
nsModuleName."".11.1.3.6.1.4.1.8072.1.3.2.2.127 = STRING: nsExtendConfigTable
nsModuleName."".11.1.3.6.1.4.1.8072.1.3.2.3.127 = STRING: nsExtendOut1Table
nsModuleName."".11.1.3.6.1.4.1.8072.1.3.2.4.127 = STRING: nsExtendOut2Table

(plus assorted stuff related to the internal workings of the agent)


>                                               So there comes the
> question: are these mibs supported on windows

Are *which* MIBs  supported on Windows?

The best way to check is to look at the source code.
If the code that implement a particular MIB module contains
#ifdef WIN32 (or similar), then there's a reasonable chance
that it is supported on Windows.
   If it doesn't, then my guess is that it's unlikely.
(unless it is *very* simple code!)


>                                  or should I add more
> funcionality through conf/plugin/whatever ?

If the code looks as if it includes Windows support, but you're
not seeing the MIB objects in your output,  then you might need
to re-compile the agent to include this module.   See README.win32
for details.

If the code doesn't seem to include Windows support,
then you need to find someone (possibly yourself!)  who can
write the necessary Windows-specific implementation bits.

Dave

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Net-snmp-users mailing list
Net-snmp-users@lists.sourceforge.net
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users

Reply via email to