Clusters Monitor

Microsoft.Windows.Clusters.State (DependencyMonitor)

Rollup monitor for all clusters monitored.

Knowledge Base article:

Summary

This monitor is the dependency rollup monitor for all clusters monitored within the enterprise. Its state is calculated based on the state of all clusters. If the state is unknown, either there are no clusters in the group or there are currently no active monitors for any of the clusters.

Causes

An unhealthy state for this monitor indicates problem with one or more of the clusters.

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.Windows.Clusters
Parent MonitorSystem.Health.AvailabilityState
AlgorithmWorstOf
Source MonitorSystem.Health.AvailabilityState
RelationshipMicrosoft.Windows.Clusters.Contains.Microsoft.Windows.Cluster
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateFalse
Alert Auto ResolveFalse
RemotableTrue
AccessibilityPublic

Source Code:

<DependencyMonitor ID="Microsoft.Windows.Clusters.State" Accessibility="Public" Enabled="true" Target="Microsoft.Windows.Clusters" ParentMonitorID="Health!System.Health.AvailabilityState" Remotable="true" Priority="Normal" RelationshipType="Microsoft.Windows.Clusters.Contains.Microsoft.Windows.Cluster" MemberMonitor="Health!System.Health.AvailabilityState">
<Category>AvailabilityHealth</Category>
<Algorithm>WorstOf</Algorithm>
<MemberUnAvailable>Error</MemberUnAvailable>
</DependencyMonitor>