DDF Conversations Situations

Use the series of predefined situations associated with the DDF Conversations workspace to begin monitoring your system immediately or as templates for creating your own situations.

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