ERROR:Process name table : Message size exceeded buffer max
Posted: Thu Mar 01, 2012 10:46 am
Hello:
I'm using the SNMP wizard for Windows Servers. Services for disk, memory utilization are working; Services to monitor Windows Services or Processes fail with this error:
ERROR: Process name table : Message size exceeded buffer maxMsgSize.
I found and tried this: In case you get a "ERROR: running table : Message size exceeded maxMsgSize" error, you may need to adjust the maxMsgSize, i.e. the maximum size of snmp message with the -o option. Try a value with the -o AND the -v option : the script will output the actual value so you can add some octets to it with the -o option.
Here is my monitor command:
check_xi_service_snmp_win_service! -C public --v2c -n 'ServiceName'!!!!!!!
I added the -o option, then the -o -v options together. Also, used -o 5000:
check_xi_service_snmp_win_service! -C public --v2c -n 'ServiceName' -o 5000 -v!!!!!!!
When using this string the Error code is: Alarm at 15.
I'm not sure whether I'm adding the -o and -v options is the correct order OR if this is really the right solution. I have tried placing it in several locations (before service name, after service name, after the !!!!!!!.
Anyone have any idea how to correct this?
Thank you,
Jason
I'm using the SNMP wizard for Windows Servers. Services for disk, memory utilization are working; Services to monitor Windows Services or Processes fail with this error:
ERROR: Process name table : Message size exceeded buffer maxMsgSize.
I found and tried this: In case you get a "ERROR: running table : Message size exceeded maxMsgSize" error, you may need to adjust the maxMsgSize, i.e. the maximum size of snmp message with the -o option. Try a value with the -o AND the -v option : the script will output the actual value so you can add some octets to it with the -o option.
Here is my monitor command:
check_xi_service_snmp_win_service! -C public --v2c -n 'ServiceName'!!!!!!!
I added the -o option, then the -o -v options together. Also, used -o 5000:
check_xi_service_snmp_win_service! -C public --v2c -n 'ServiceName' -o 5000 -v!!!!!!!
When using this string the Error code is: Alarm at 15.
I'm not sure whether I'm adding the -o and -v options is the correct order OR if this is really the right solution. I have tried placing it in several locations (before service name, after service name, after the !!!!!!!.
Anyone have any idea how to correct this?
Thank you,
Jason