Table of Contents

CHANNEL_STATUS

dataType = CHANNEL_STATUS

PropertyValueAlertDescription
CHANNELString ValueNAThe is the name of the channel to filter the status values on.
STATUSINACTIVEGoodThe channel state is not in error however it is not currently running.
STATUSRUNNINGGoodThe channel is in a good running state
STATUSSTARTINGWarnThe channel is currently starting. This is a transient state.
STATUSSTOPPINGWarnThe channel is currently stopping. This is a transient state.
STATUSSTOPPEDWarnThe channel is currently stopped. This should be considered an error state however administrators may STOP a channel during change activity.
STATUSREQUESTINGWarnThe channel is currently requesting. This is a transient state for Requester channels.
STATUSINITIALIZINGWarnThe channel is currently initializing. This is a transient state for Requester channels.
STATUSSWITCHINGWarnThe channel is currently switching. This is a transient state.
STATUSBINDING

Warn

Critical

The channel is currently binding and trying to connect to the remote end. Binding is a transient state however it should be considered an error if this state lasts for more than a few minutes. Some in error channels can get stuck in a binding state.
STATUSRETRYINGCriticalThe channel is currently retrying and trying to connect to the remote end. Retrying should be considered an error state.
STATUSPAUSEDCriticalThe channel is currently paused. This is a transient state however it should be considered an error if this state lasts for more than a few minutes.
STATUSDISCONNECTEDCriticalThe channel is currently disconnected. This is a transient state however it should be considered an error if this state lasts for more than a few minutes.
CONNSinteger value< expectedThis is the number of active connections made to the SVRCONN channel. If you expect this value to be 100 for instance then alerts should be set if this value drops below 100.

QUEUE_STATUS

dataType = QUEUE_STATUS

PropertyValueAlertDescription
QUEUEString ValueNAThe is the name of the queue to filter the status values on.
OPPROCS< 1WarnThis is the number of handles that are currently open for output for the queue.
IPPROCS< 1WarnThe number of handles/connections that are currently open for input for the queue (either input-shared or input-exclusive). This number does not include handles that are open for browse.
CURDEPTH> 50WarnThe current depth of the queue, that is, the number of messages on the queue, including both committed messages and uncommitted messages.
CURDEPTH> 100CriticalThe current depth of the queue, that is, the number of messages on the queue, including both committed messages and uncommitted messages.
lastGetIntervalSecs > 5Warn

This gives the relative number of seconds since the last get was performed on the queue. The number of seconds is calculated from;

(Current System time - Last Get Time) = interval

A value of -1 means the metric is invalid

lastGetIntervalSecs> 10Critical

This gives the relative number of seconds since the last Get was performed on the queue. The number of seconds is calculated from;

(Current System time - Last Get Time) = interval

A value of -1 means the metric is invalid

lastPutIntervalSecs> 5Warn

This gives the relative number of seconds since the last Put was performed on the queue. The number of seconds is calculated from;

(Current System time - Last Put Time) = interval

A value of -1 means the metric is invalid

lastPutIntervalSecs> 10Critical

This gives the relative number of seconds since the last Put was performed on the queue. The number of seconds is calculated from;

(Current System time - Last Put Time) = interval

A value of -1 means the metric is invalid

MSGAGE> 5WarnAge, in seconds, of the oldest message on the queue. The maximum displayable value is 999999999; if the age exceeds this value, 999999999 is displayed.

SUBSCRIPTION_STATUS

dataType = SUBSCRIPTION_STATUS

PropertyValueAlertDescription
CURDEPTH> 50WarnThe current depth of the base subscriber queue, that is, the number of messages on the queue, including both committed messages and uncommitted messages.
CURDEPTH> 100CriticalThe current depth of the base subscriber queue, that is, the number of messages on the queue, including both committed messages and uncommitted messages.
lastMsgIntervalSecs> 5Warn

This gives the relative number of seconds since the last message was sent to the suscriber. The number of seconds is calculated from;

(Current System time - Last Message Time) = interval

A value of -1 means the metric is invalid

lastMsgIntervalSecs> 10Critical

This gives the relative number of seconds since the last message was sent to the suscriber. The number of seconds is calculated from;

(Current System time - Last Message Time) = interval

A value of -1 means the metric is invalid

PUBSUB_STATUS

dataType = PUBSUB_STATUS

Property

Value

AlertDescription
STATUS

ERROR

CriticalThe publish/subscribe engine has failed. Check your error logs to determine the reason for the failure.
STATUS

REFUSED

CriticalThe connection has been refused by the parent queue manager. This might be caused by the following:
  • The parent queue manager already has a child queue manager with the same name as this queue manager.
  • The parent queue manager has used the command RESET QMGR TYPE(PUBSUB) CHILD to remove this queue manager as one of its children.
STATUS

STOPPING

WarnThe publish/subscribe engine is stopping.
STATUS

INACTIVE

WarnThe publish/subscribe engine and the queued publish/subscribe interface are not running. It is therefore not possible to publish or subscribe using the application programming interface. Any publish/subscribe messages that are put to the queues that are monitored by the queued publish/subscribe interface are not acted upon by WebSphere MQ.
STATUS

STARTING

WarnThe publish/subscribe engine is initializing and is not yet operational. If the queue manager is a member of a cluster, that is, it has at least one CLUSRCVR defined, it remains in this state until the cluster cache is available. On WebSphere MQ for z/OS, this requires that the Channel Initiator is running.
STATUS

COMPAT

GoodThe publish/subscribe engine is running. It is therefore possible to publish or subscribe by using the application programming interface. The queued publish/subscribe interface is not running. Therefore, any message that is put to the queues that are monitored by the queued publish/subscribe interface are not acted upon by WebSphere MQ.
STATUS

ACTIVE

GoodThe publish/subscribe engine and the queued publish/subscribe interface are running. It is therefore possible to publish or subscribe using the application programming interface and the queues that are monitored by the queued publish/subscribe interface.

QMGR_STATUS 

dataType = QMGR_STATUS

Property

Value

AlertDescription
STATUS

STOPPED

Critical

The queue manager is not running or cannot be contacted.

NOTE: In some cases the queue manager may still actually be running but cut off from Lamaxu due to network issues.
STATUS

QUIESCING

WarnThe queue manager is in the process of being shut down.
STATUS

STANDBY

GoodThe queue manager is running as standby.
STATUS

STARTING

GoodThe queue manager is starting up.
STATUS

RUNNING

GoodThe queue manager is running normally.

LISTENER_STATUS 

dataType = LISTENER_STATUS

Property

Value

AlertDescription
STATUS

STOPPED

Critical

Warn

The listener is stopped or not running.
STATUS

RUNNING

GoodThe listener is running normally.

PAGESET_USAGE (ZOS Only)

dataType = PAGESET_USAGE

Property

Value

AlertDescription
STATUS

OFFLINE

Critical

The page set is offline
STATUSSUSPENDEDWarnThe page set is offline
PAGESET_ID

Page set ID value

NAThe pageset id value to filter on
UNUSED_PAGESInteger Value This is the number of free pages for the PAGESET_ID. An alert should be raised if this falls below a specified value.
  • No labels