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

Compare with Current View Page History

« Previous Version 3 Next »

CHANNEL_STATUS (STATUS)

dataType = CHANNEL_STATUS

String ValueAlertDescription
INACTIVEGoodThe channel state is not in error however it is not currently running.
RUNNINGGoodThe channel is in a good running state
STARTINGWarnThe channel is currently starting. This is a transient state.
STOPPINGWarnThe channel is currently stopping. This is a transient state.
STOPPEDWarnThe channel is currently stopped. This should be considered an error state however administrators may STOP a channel during change activity.
REQUESTINGWarnThe channel is currently requesting. This is a transient state for Requester channels.
INITIALIZINGWarnThe channel is currently initializing. This is a transient state for Requester channels.
SWITCHINGWarnThe channel is currently switching. This is a transient state.
BINDING

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.
RETRYINGCriticalThe channel is currently retrying and trying to connect to the remote end. Retrying should be considered an error state.
PAUSEDCriticalThe 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.
DISCONNECTEDCriticalThe 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.

Other Interesting Channel Attributes to Monitor

Attribute

Value

CONNS

This is the number of connections made to the SVRCONN channel.

QUEUE_STATUS

dataType = QUEUE_STATUS

PropertyAlertValueDescription
OPPROCSWarn< 1This is the number of handles that are currently open for output for the queue.
IPPROCSWarn< 1The 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.
CURDEPTHWarn> 50The current depth of the queue, that is, the number of messages on the queue, including both committed messages and uncommitted messages.
CURDEPTHCritical> 100The current depth of the queue, that is, the number of messages on the queue, including both committed messages and uncommitted messages.
lastGetIntervalSecs Warn> 5

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

lastGetIntervalSecsCritical> 10

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

lastPutIntervalSecsWarn> 5

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

lastPutIntervalSecsCritical> 10

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

MSGAGEWarn> 5Age, 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

PropertyAlertValueDesciption
CURDEPTHWarn> 50The current depth of the base subscriber queue, that is, the number of messages on the queue, including both committed messages and uncommitted messages.
CURDEPTHCritical> 100The current depth of the base subscriber queue, that is, the number of messages on the queue, including both committed messages and uncommitted messages.
lastMsgIntervalSecsWarn> 5

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

lastMsgIntervalSecsCritical> 10

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

String Value

Alert

ERROR

Critical

REFUSED

Critical

STOPPING

Warn

INACTIVE

Warn

STARTING

Warn

COMPAT

Good

ACTIVE

Good

Queue Manager Status

String Value

AlertDescription

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.

QUIESCING

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

STANDBY

GoodThe queue manager is running as standby.

STARTING

GoodThe queue manager is starting up.

RUNNING

GoodThe queue manager is running normally.

Listener Status

String Value

AlertDescription

STOPPED

Critical

Warn

The listener is stopped or not running.

RUNNING

GoodThe listener is running normally.
  • No labels