OMEGAMON XE for DB2 PE includes a series of predefined situations associated with the DDF Conversations workspace. You can use these situations to begin monitoring almost immediately, or as templates for creating your own situations. All of the predefined situations are disabled when shipped.
The names, descriptions, logic, and threshold values for the situations follow.
KDP_MCNV_Critical monitors the number of conversations in use against the preset maximum for a given log mode. A critical condition is detected when the percentage of conversations in use to the specified maximum reaches 85%. The situation's formula is:
KDP_System_States.Conversation_Utilization GE 85.0
KDP_MCNV_Warning monitors the number of conversations in use against the preset maximum for a given log mode. A warning condition is detected when the percentage of conversations in use to the specified maximum is in the range of 65% to 85%. The situation's formula is:
KDP_System_States.Conversation_Utilization
GE 65.0
AND
KDP_System_States.Conversation_Utilization LT 85.0