Fwd: Issues with net-snmp 5.4.1 and 5.3.2(Linking and a bug seen again)

2008-04-03 Thread Anand
Hi Guys... Can u please look into this guys... Im really pressed for time..Can someone suggest the SIGHUP Fix for 5.3.2... Thanks in advance.. Regards Anand -- Forwarded message -- From: [EMAIL PROTECTED] (anand) Date: Apr 1, 2:05 pm Subject: Issues with net-snmp 5.4.1 and 5.3.2(L

RE: Process monitoring - Linux and Tru64

2008-04-03 Thread Glen Bremner-Stokes
Hi Dave, We have managed to get full pathname process monitoring on Tru64 using some undocumented /proc calls. So we now have the following type of command in snmpd.conf: proc '/opt/Ingres/IngresII/ingres/bin/iigcn II' 1 1 Still some soak testing to do and then will be trying to get the same fu

Responding to MODE_GET

2008-04-03 Thread Christer Ekholm
Hi I am learning to coding MIBs. My problem is that my module is not answering to MODE_GET message. Here is code /* * Note: this file originally auto-generated by mib2c using *: mib2c.int_watch.conf,v 5.0 2002/04/20 07:30:13 hardaker Exp $ */ #include #include #include #include "ns

snmpv3 and authPriv failure vs. timeout

2008-04-03 Thread Mike Harless
I've got a question on how failures are supposed to work with snmpv3 when I'm using authPriv and I supply a bad privPassword. Is the request just supposed to timeout (like I'm seeing), or should I get some type of error back (like I do with a bad authPassword)? Thanks. --Mike