On Sat, 30 Oct 2004 21:43:06 +0200 Christophe wrote: CDL> The problem is that when I try to get the information via snmpwalk (or CDL> snmpget), I don't get the end of the result of the ps command. I guess CDL> it is due to the fact that the size of data is limited. CDL> The last line " 6411 ? 00:00:00 c" ends as if the number of CDL> character returned is limited CDL> CDL> Is there a way to get all the information from the ps command such as CDL> changing a parameter in the snmpd.conf ?
No, you would have to change the source and re-compile. Specifically, include/net-snmp/net-snmp-config.h:#define MAXCACHESIZE (200*80) You could also try the new style extend table in 5.2.rc2. It is still a fixed size buffer, but is much larger. -- Robert Story; NET-SNMP Junkie <http://www.net-snmp.org/> <irc://irc.freenode.net/#net-snmp> Archive: <http://sourceforge.net/mailarchive/forum.php?forum=net-snmp-users> You are lost in a twisty maze of little standards, all different. ------------------------------------------------------- This SF.Net email is sponsored by: Sybase ASE Linux Express Edition - download now for FREE LinuxWorld Reader's Choice Award Winner for best database on Linux. http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click _______________________________________________ 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
