CHANNEL_STATUS

PropertyValueAlertDescription
STATUS1GoodINACTIVE. The channel state is not in error however it is not currently running.
STATUS2GoodRUNNING. The channel is in a good running state
STATUS3WarnSTARTING. The channel is currently starting. This is a transient state.
STATUS4WarnSTOPPING. The channel is currently stopping. This is a transient state.
STATUS5WarnSTOPPED. The channel is currently stopped. This should be considered an error state however administrators may STOP a channel during change activity.
STATUS6WarnREQUESTING. The channel is currently requesting. This is a transient state for Requester channels.
STATUS7WarnINITIALIZING. The channel is currently initializing. This is a transient state for Requester channels.
STATUS8WarnSWITCHING. The channel is currently switching. This is a transient state.
STATUS9

Warn

Critical

BINDING. 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.
STATUS10CriticalRETRYING. The channel is currently retrying and trying to connect to the remote end. Retrying should be considered an error state.
STATUS11CriticalPAUSED. 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.
STATUS12CriticalDISCONNECTED. 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.
CONNS< 1

Warn

Critical

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

QUEUE_STATUS

Suggested values only.

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

NOTE: If a -1 is not expected then you may need to set the MONQ property on the queue manager to MEDIUM.

ALTER QMGR MONQ(MEDIUM)

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

NOTE: If a -1 is not expected then you may need to set the MONQ property on the queue manager to MEDIUM.

ALTER QMGR MONQ(MEDIUM)

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

NOTE: If a -1 is not expected then you may need to set the MONQ property on the queue manager to MEDIUM.

ALTER QMGR MONQ(MEDIUM)

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

NOTE: If a -1 is not expected then you may need to set the MONQ property on the queue manager to MEDIUM.

ALTER QMGR MONQ(MEDIUM)

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.

 

 

PUBSUB_STATUS

Property

Value

AlertDescription

STATUS

0

CriticalERROR

STATUS

1

CriticalREFUSED

STATUS

2

WarnSTOPPING

STATUS

3

WarnINACTIVE

STATUS

4

WarnSTARTING

STATUS

5

GoodCOMPAT

STATUS

6

GoodACTIVE

QMGR_STATUS

Property

Value

AlertDescription

STATUS

0

Critical

STOPPED. 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

1

WarnQUIESCING. The queue manager is in the process of being shut down.

STATUS

2

GoodSTANDBY. The queue manager is running as standby.

STATUS

3

GoodSTARTING. The queue manager is starting up.

STATUS

4

GoodRUNNING. The queue manager is running normally.

LISTENER_STATUS 

Property

Value

AlertDescription

STATUS

1

Critical

Warn

STOPPED. The listener is stopped or not running.

STATUS

2

GoodRUNNING. The listener is running normally.

PAGESET_USAGE (ZOS Only)

Property

Value

AlertDescription
STATUS0GoodThe PAGE SET is AVAILABLE
STATUS

2

Critical

The PAGE SET is OFFLINE
STATUS4WarnThe PAGE SET is SUSPENDED
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.

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 subscriber. 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 subscriber. The number of seconds is calculated from;

(Current System time - Last Message Time) = interval

A value of -1 means the metric is invalid

  • No labels