Computer Configuration Health Rollup

Microsoft.SystemCenter.ComputerGroup.ConfigurationRollup (DependencyMonitor)

This monitor rolls up the configuration health of all computers contained in this computer group

Knowledge Base article:

Summary

This monitor rolls up the configuration health of all computers in this group. If the state is unknown, either the computer group is empty or there are no monitors currently monitoring configuration for any of the computers in the group.

Causes

An unhealthy state for this monitor indicates an unhealthy state for some monitor running against a computer or an object contained by a computer in this group.

Resolutions

Use the health explorer to drill down and find the cause of the unhealthy state. Use the knowledge on the specific monitor causing the issue to troubleshoot and fix the problem.

Element properties:

TargetMicrosoft.SystemCenter.ComputerGroup
Parent MonitorSystem.Health.ConfigurationState
AlgorithmWorstOf
Source MonitorSystem.Health.ConfigurationState
RelationshipMicrosoft.SystemCenter.ComputerGroupContainsComputer
CategoryConfigurationHealth
EnabledTrue
Alert GenerateFalse
Alert Auto ResolveFalse
RemotableTrue
AccessibilityPublic

Source Code:

<DependencyMonitor ID="Microsoft.SystemCenter.ComputerGroup.ConfigurationRollup" Accessibility="Public" Enabled="true" Target="Microsoft.SystemCenter.ComputerGroup" ParentMonitorID="Health!System.Health.ConfigurationState" Remotable="true" Priority="Normal" RelationshipType="Microsoft.SystemCenter.ComputerGroupContainsComputer" MemberMonitor="Health!System.Health.ConfigurationState">
<Category>ConfigurationHealth</Category>
<Algorithm>WorstOf</Algorithm>
<MemberUnAvailable>Error</MemberUnAvailable>
</DependencyMonitor>