Management Server to Management Group Availability Health Rollup

Microsoft.SystemCenter.ManagementGroup.ManagementServerAvailiabity (DependencyMonitor)

Rolls up the worst availability health from each management server to the management group they are a member of.

Knowledge Base article:

Summary

This dependency monitor rolls up the most critical state from all Management Servers to the Management Group.

Resolutions

Pivot to the individual state of each Management Server to determine the Management Server that is in a critical state.

Element properties:

TargetMicrosoft.SystemCenter.ManagementGroup
Parent MonitorSystem.Health.AvailabilityState
AlgorithmBestOf
Source MonitorSystem.Health.AvailabilityState
RelationshipMicrosoft.SystemCenter.ManagementGroupContainsManagementServer
CategoryStateCollection
EnabledFalse
Alert GenerateFalse
Alert Auto ResolveFalse
RemotableTrue
AccessibilityPublic

Source Code:

<DependencyMonitor ID="Microsoft.SystemCenter.ManagementGroup.ManagementServerAvailiabity" Accessibility="Public" Enabled="false" Target="SCLibrary!Microsoft.SystemCenter.ManagementGroup" ParentMonitorID="Health!System.Health.AvailabilityState" Remotable="true" Priority="Normal" RelationshipType="SCLibrary!Microsoft.SystemCenter.ManagementGroupContainsManagementServer" MemberMonitor="Health!System.Health.AvailabilityState">
<Category>StateCollection</Category>
<Algorithm>BestOf</Algorithm>
<MemberInMaintenance>Success</MemberInMaintenance>
</DependencyMonitor>