Re: IPMI / SNMP / MRTG (WAS: RE: ipmi(4) (IPMI MIB?))

2006-02-03 Thread Brian A. Seklecki
On Fri, 3 Feb 2006, Marco Peereboom wrote: What's wrong with? # sysctl hw | grep ipmi hw.sensors.0=ipmi0, Temp, OK, temp, 43.00 degC / 109.40 degF hw.sensors.1=ipmi0, Planar Temp, OK, temp, 30.00 degC / 86.00 degF hw.sensors.2=ipmi0, CMOS Battery, OK, volts_dc, 3.12 V hw.sensors.3=ipmi0, Front F

Re: STRING v/s Hex-STRING

2006-02-03 Thread chinmayareddy
Hey guys, thanks for suggestions ...   -Ox option don't help me.   Changed syntax of MIB to OCTET-STRING; now it seems to smartly understand binary and display strings and outputs appropriately   But I would like to know anything better way of fixing.   If this can help, i am just putting the binar

"something horrible happened" when running snmpdemoapp

2006-02-03 Thread stan buyanov
Hello,I am running snmpd v5.3.0.1. Upon running snmpdemoapp I got the following message: ack: Unknown host (test.net-snmp.org) something horrible happenedFor some wrong reason I removed /var/agentx directory thinking that snmpd would create this named socket again - never happed. I tryed

Re: IPMI / SNMP / MRTG (WAS: RE: ipmi(4) (IPMI MIB?))

2006-02-03 Thread Les Mikesell
On Fri, 2006-02-03 at 13:59, Brian A. Seklecki wrote: > On any number of occasions, I've offered personally to donate VMWare > licenses to Net-SNMP developers to help bring *BSD support back into the > mainstream >:} ... That's a standing offer and I'm sure there are plenty > of corporations th

IPMI / SNMP / MRTG (WAS: RE: ipmi(4) (IPMI MIB?))

2006-02-03 Thread Brian A. Seklecki
On Thu, 26 Jan 2006, Bruce Shaw wrote: We've actually got several different problems here. Specifically, the OpenBSD implementation we're seeing here seems to provide sysctl style access to Sensor data, watchdog info, etc., but what about other IPMI functions? I've been working on better sen

Re: What's "Too Long" mean? - resolved

2006-02-03 Thread cnelson
My client appears to have been built with bad headers. I maintain two builds: one for a big-endian system, one for a little-endian system and somehow something didn't get completely updated when I switched. I did a thorough cleaning this morning, rebuild for the problem platform and it works now.

Assert error

2006-02-03 Thread David Goodenough
I am getting an assert error reported when using OpenNMS to poll a machine running net-snmp. It reads:- netsnmp_assert index == tmp failed if-mib/data_access/interface_common.c:407 _access_interface_entry_save_name( ) Is this a configuration error or a bug? I am running on Debian unstabl

how can i get the index of a mib by using any snmp api.c

2006-02-03 Thread elias bou rahal
Hi, i need to know which function i have to call for getting the indexes of a mib . I am using the init_mib() in my subagent so how can i get the indexes. thank you Best Regards Elias --- This SF.net email is sponsored by: Splunk Inc.

recvfrom() problems

2006-02-03 Thread Damian Sabia
I am programing in language C using SNMP and I have problems with the call of recvfrom() funcion, in some opportunities does not return from said funcion and the process remains lock. This error is complicated to reproduce or to simulate. Here it´s the GDB debugging: #0 0x401c183c in recvfrom

Duplicates traps

2006-02-03 Thread Wesley Naves de Faria
Hello,   i´m use net-snmp 5.2.2 on Linux and i configured my snmpd.conf to send traps when some service down or up.   ## Processproc httpdproc sshdproc smbdproc snmpd   ##  Send trap when change state monitor -u srvtrap -r 10 -o prNames -o prErrMessage "procTable" prErrorFlag != 0monitor -u

perl module and shared library on AIX

2006-02-03 Thread brisse
I am trying to build the perl snmp module on AIX 5.3. Is it possible? It seems that this module needs shared-library enable. But in the README.aix it is recommended to use the option --disable-shared So I did: ./configure --disable-shared CC=xlc_r make make install without problem but then cd

Re: Failed to connect to agentx master agent v5.3.0.1

2006-02-03 Thread Dave Shield
On Thu, 2006-02-02 at 21:39 -0800, stan buyanov wrote: > Failed to connect to agentx master agent (/var/agentx/master): > Unknown host. > I looked into /var/agentx/master. It’s empty. It will always be empty - it's a named socket, not a real file. The fundamental questions are: - does it exi

Re: who's calling *Table_get_first[next]_data_point()?

2006-02-03 Thread Dave Shield
On Thu, 2006-02-02 at 18:55 -0800, Li Juen Hwang wrote: > Hi, > > i can get back element data now when i issued "snmpget ... > [column_object]" but "snmptable ... [table_object]" still calls > table2_get_first_data_point(). > how can i stop it from doing that? You can't. It's inherent i

Re: who's calling *Table_get_first[next]_data_point()?

2006-02-03 Thread Dave Shield
On Thu, 2006-02-02 at 16:59 -0800, Li Juen Hwang wrote: >I thought *Table_get_first[next]_data_point() are called only > during initialization of tables. No. Whatever gave you that idea? The Table_get_{first,next}_data_point routines will be called for *every* individual SNMP request. Thei