DMI + Linux + Net-SNMP

2006-04-04 Thread Vincent Aaron
Dear. I have a few workstations on Linux ( RHEL 3.0 and 4.0, SLES 9, Debian ). I would like to get access to DMI information using Net-SNMP. I able for the moment to use dmidecode command tool to get those information. Ex: a serial number of my Workstation. But how could I compile Net-SNMP to h

retrive snmp information from enabled host via socket

2006-04-04 Thread nik600
hi i will write a small c programs that gets - cpu usage - ram usage - process queue from an snmp linux host that accept connections from a specific community and version (v1 or v2) can you help me please? thanks --- This SF.Net email is spo

Bad parse of ASN.1 type

2006-04-04 Thread Kyle Tucker
Hi, I'm getting a lot of these errors on newly installed systems running snmpd 5.2.2 on Solaris 10. I saw where in the code for snmplib/snmp_api.c this is happening, but I can't make out what would cause it. What should I be looking for? Thanks. /proc/14219/psinfo: Bad parse of ASN.1 type

RE: Nagios functionality

2006-04-04 Thread Palmadesso, Jack IT743
Sorry if I sound ignorant but I'm still trying to get my head around this. What I would like to know if there is an easy way to compile in the Nagios MIBs into the net-snmp package similar to the way I was able to compile in the DISMAN MIBs like I did below: --prefix=/opt/snmp '--with-transports

snmpdsdk build problems

2006-04-04 Thread M.Daulat Rai
Title: snmpdsdk build problems Hi, I am receiving the following errors when building the net-snmp-5.3.0.1 using VC++  6. The project under the win32sdk.dsw is “snmpdsdk”.  I have gone over the libraries and ensured that the SDK libs are present…but I can’t figure out the problem.  Please

libsnmp_dll build errors

2006-04-04 Thread M.Daulat Rai
Title: libsnmp_dll build errors Hi, I am getting the following errors building the libsdll.dsw project under Visual Studio 6. Configuration: libsnmp_dll - Win32 Debug Compiling... asn1.c callback.c check_varbind.c F:\Software\net-snmp\net-snmp-5

Re: Inform Destination

2006-04-04 Thread cherrero
Hello, Wes, thank you very much for your answer ! I've got 2 types of questions about the use of these 2 MIBs (I've looked at all the net-snmp documentation but couldn't find an answer) 1. I've defined my own traps in one private MIB but I don't understand how to use the SNMP-NOTIFICATION-MIB.

RE: problem with remote connect v3 authenticaion...

2006-04-04 Thread lee.porter
Title: RE: problem with remote connect v3 authenticaion... Hi,   I've gone though the man 5 snmpd.conf pages - but I still CANNOT do a remote connect using v3.   I have the following in my snmpd.conf file:   createUser quadrics MD5 my_passord DESrwuser quadricsrwcommunity public default .1 I

sub-agent not reading configuration parameters

2006-04-04 Thread Steve S. Law
Hi: I have an AgentX subagent called ms_agent that reads some configuration parameters from 'ms_agent.conf". This has been working on my machine (gcc 2.95) but after I downloaded, installed net-snmp and compiled my sub-agent on another machine (gcc version 4.0) and run it again, it is not reading

Re: sub-agent not reading configuration parameters

2006-04-04 Thread Thomas Anders
Steve S. Law wrote: I wonder why the same code behaves differenly on two machines. Somehow the subagent is not finding "my_agent.conf" file? How can I debug which configuration file path is being accessed by my sub-agent? For net-snmp 5.2.2 and later, "net-snmp-config --snmpconfpath" will tell