OMEGAVIEW II for the Enterprise provides predefined situations that enable you to begin monitoring systems immediately. You can also base your own situations on the predefined situations.
The predefined situations use status information from a number of sources:
The status information is passed from as many sessions as are configured for OMEGAVIEW II for the Enterprise.
Note: OMEGAVIEW status items can be modified from the CandleNet Portal. Tivoli AF/OPERATOR status items cannot be modified from the CandleNet Portal. The OMEGAVIEW II for the Enterprise situations monitor for status changes to Warning or Critical, not for data values.
For further information, see Configuring OMEGAVIEW and OMEGAVIEW II for the Enterprise and Using OMEGAVIEW and OMEGAVIEW II for the Enterprise, which you can find on the publications CD that accompanied this product.
You can use the following predefined situations to detect the critical or warning status of alerts, resources, and workloads.
OMEGAMON_ALERT_CRITICAL detects critical alerts from a monitored system (red status light). The formula is:
Status_Item.Current_State
EQ CRITICAL
AND
Status_Item.Type NE ROLLUP
AND
Status_Item.Status_Name EQ A*
OMEGAMON_ALERT_WARNING detects warning alerts from a monitored system (yellow status light). The formula is:
Status_Item.Current_State
EQ WARNING
AND
Status_Item.Type NE ROLLUP
AND
Status_Item.Status_Name EQ A*
OMEGAMON_RESOURCE_CRITICAL detects critical resources from a monitored system (red status light). The formula is:
Status_Item.Current_State
EQ CRITICAL
AND
Status_Item.Type NE ROLLUP
AND
Status_Item.Status_Name EQ R*
OMEGAMON_RESOURCE_WARNING detects warning resources from a monitored system (yellow status light). The formula is:
Status_Item.Current_State
EQ WARNING
AND
Status_Item.Type NE ROLLUP
AND
Status_Item.Status_Name EQ R*
OMEGAMON_WORKLOAD_CRITICAL detects critical workloads from a monitored system (red status light). The formula is:
Status_Item.Current_State
EQ CRITICAL
AND
Status_Item.Type NE ROLLUP
AND
Status_Item.Status_Name EQ W*
OMEGAMON_WORKLOAD_WARNING detects warning workloads from a monitored system (yellow status light). The formula is:
Status_Item.Current_State
EQ WARNING
AND
Status_Item.Type NE ROLLUP
AND
Status_Item.Status_Name EQ W*
See also: Attributes