Networks Monitor

Microsoft.Windows.Cluster.Networks.State (DependencyMonitor)

Rollup monitor for networks contained within cluster.

Knowledge Base article:

Summary

This monitor is the dependency rollup monitor for all Networks contained within Cluster. It state is calculated based on the state of the instance of the contributing entity. If the state is unknown, either there are no contributors or there are currently no active monitors for any of the cluster networks.

Causes

An unhealthy state for this monitor indicates an unhealthy state and problem with some contributing Cluster Network.

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

Source Code:

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