I have a process that I check for via SNMP.  I am using the following:<br><br>snmpget server1 -v2c -c public -t 10 .1.3.6.1.2.1.25.4.2.1.5.9691<br><br>which returns a string that is truncated:<br><br>HOST-RESOURCES-MIB::hrSWRunParameters.9691 = STRING: "-Xms512m -Xmx1024m -Dcom.sun.management.jmxremote.port=xxxxx -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxre"  <THERE SHOULD BE MORE DATA HERE><br>
<br>Is there a limitation of snmp that I can change to return more of this string?<br><br><br>Note: In all actuallity I run snmpwalk, and grep for what I am needing, since 9691 changes...<br>