CHANNEL_STATUS (STATUS)
dataType = CHANNEL_STATUS
String Value | Alert | Description |
---|---|---|
INACTIVE | Good | The channel state is not in error however it is not currently running. |
RUNNING | Good | The channel is in a good running state |
STARTING | Warn | The channel is currently starting. This is a transient state. |
STOPPING | Warn | The channel is currently stopping. This is a transient state. |
STOPPED | Warn | The channel is currently stopped. This should be considered an error state however administrators may STOP a channel during change activity. |
REQUESTING | Warn | The channel is currently requesting. This is a transient state for Requester channels. |
INITIALIZING | Warn | The channel is currently initializing. This is a transient state for Requester channels. |
SWITCHING | Warn | The 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. |
RETRYING | Critical | The channel is currently retrying and trying to connect to the remote end. Retrying should be considered an error state. |
PAUSED | Critical | The 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. |
DISCONNECTED | Critical | The 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
Property | Alert | Value | Description |
---|---|---|---|
OPPROCS | Warn | < 1 | This is the number of handles that are currently open for output for the queue. |
IPPROCS | Warn | < 1 | The 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 | Warn | > 50 | The current depth of the queue, that is, the number of messages on the queue, including both committed messages and uncommitted messages. |
CURDEPTH | Critical | > 100 | The 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 |
lastGetIntervalSecs | Critical | > 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 |
lastPutIntervalSecs | Warn | > 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 |
lastPutIntervalSecs | Critical | > 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 |
MSGAGE | Warn | > 5 | Age, 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
Property | Alert | Value | Desciption |
---|---|---|---|
CURDEPTH | Warn | > 50 | The current depth of the base subscriber queue, that is, the number of messages on the queue, including both committed messages and uncommitted messages. |
CURDEPTH | Critical | > 100 | The current depth of the base subscriber queue, that is, the number of messages on the queue, including both committed messages and uncommitted messages. |
lastMsgIntervalSecs | Warn | > 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 |
lastMsgIntervalSecs | Critical | > 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 | Alert | Description |
---|---|---|
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 | Warn | The queue manager is in the process of being shut down. |
STANDBY | Good | The queue manager is running as standby. |
STARTING | Good | The queue manager is starting up. |
RUNNING | Good | The queue manager is running normally. |
Listener Status
String Value | Alert | Description |
---|---|---|
STOPPED | Critical Warn | The listener is stopped or not running. |
RUNNING | Good | The listener is running normally. |