Re: net-snmp: limited size of data via exec command

2004-11-01 Thread Users
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 ?

Re: net-snmp: limited size of data via exec command

2004-11-01 Thread Chris Boot
Hi, You might like to have a look at the HOST-RESOURCES-MIB: snmpwalk -v 2c -c public localhost hrSWRunTable I think it's got everything you might like from the ps command. HTH, Chris Boot Christophe de Livois wrote: Hello, I want to get the information from the "ps" command by snmp so I've added

net-snmp: limited size of data via exec command

2004-11-01 Thread Christophe de Livois
Hello, I want to get the information from the "ps" command by snmp so I've added a line of this type in my snmpd.conf: exec .1.3.6.1.4.1.2021.54 ps /bin/ps The problem is that when I try to get the information via snmpwalk (or snmpget), I don't get the end of the result of the p