Working with critical component groups

A critical component group is a grouping of components that contains specific logic to allow for complex evaluation of the up/down state of an application. For example, given four components A,B,C and D, the following logic can be applied, so that if A and B are down or C and D are down the application is placed into the down state. ((A and B) or (C and D)). Critical component groups are always considered "critical", in that if a critical component group is evaluated to be in the down state, the entire application is in the down state. For example, you create a critical component group called Device Utilization and assign the following components to the group:

You then assign the following state logic to the critical component group: If CPU Utilization and Virtual Memory Utilization equal Down and Disk Utilization equal Warning, then the component group is Down. Since this component group is considered "critical", the application instance that contains this critical component group would also be Down.

Note: After an instance has been created, each component uses one license each since they are individual components of an application instance.

Learn more about APM terminology.

See Also

APM configuration

Viewing application performance configuration

Discovering applications using application profiles

Discovering applications by application type

Discovering applications for multiple application profiles

Monitoring newly-discovered applications

Understanding applications

Configuring APM to monitor applications

Working with application profiles

Working with components

Working with application instances

Working with discrete applications