You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

CHANNEL_STATUS

dataType = CHANNEL_STATUS

PropertyValueAlertDescription
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
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

PUB/SUB Status

Property

Value

AlertDescription
STATUS

ERROR

Critical 
STATUS

REFUSED

Critical 
STATUS

STOPPING

Warn 
STATUS

INACTIVE

Warn 
STATUS

STARTING

Warn 
STATUS

COMPAT

Good 
STATUS

ACTIVE

Good 

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.
  • No labels