We would like to monitor individual MQ Series buffer pools for exhaustion condition.
What are the valid values for the RESOURCE (RSCE) parameter in a threshold definition when it comes to individual MQ buffer pool monitoring?
The RESOURCE value for metrics related to WebSphere MQ Buffer Pools is specified as the buffer pool ID.
To identify the individual Buffer pool you can specify the numeric value of the buffer pool ID.
Existing buffer pool information can be viewed on the command: MQBUFFER
Additionally, if you are ever unsure as to the resource for any metric, issue the following command: MQALERTS ALL
This will display all collected metrics, and you will be able to see the data values representing the resources.
You can find info about MQBUFFER or MQALERT commands using HELP command from the SYSVIEW panel.