File Services Availability Rollup

Microsoft.Windows.Role.FileServices.ServicesAvailabilityRollup (DependencyMonitor)

This dependency monitor rolls up health states from each role service for the File Services role.

Knowledge Base article:

Summary

This dependency monitor rolls up health states from each role service for the File Services role. If the health state is unknown, monitoring has not begun for this object. The health state of this monitor depends on the cumulative health state of each role service and their monitors.

Causes

An unhealthy state of this monitor indicates an availability problem with a role service for the File Services role.

Resolutions

In the Operations console, use the Health Explorer to drill down and find the cause of the unhealthy state. Then use the product knowledge of the specific monitor causing the issue to troubleshoot and fix the problem.

Verification

After resolving the underlying problem(s), this monitor should return to the Healthy state.

Element properties:

TargetMicrosoft.Windows.FileServer
Parent MonitorSystem.Health.AvailabilityState
AlgorithmWorstOf
Source MonitorSystem.Health.AvailabilityState
RelationshipMicrosoft.Windows.FileServer.Contains.Service
CategoryCustom
EnabledTrue
Alert GenerateFalse
Alert Auto ResolveFalse
RemotableTrue
AccessibilityPublic

Source Code:

<DependencyMonitor ID="Microsoft.Windows.Role.FileServices.ServicesAvailabilityRollup" Accessibility="Public" Enabled="true" Target="Microsoft.Windows.FileServer" ParentMonitorID="SystemHealth!System.Health.AvailabilityState" Remotable="true" Priority="Normal" RelationshipType="Microsoft.Windows.FileServer.Contains.Service" MemberMonitor="SystemHealth!System.Health.AvailabilityState">
<Category>Custom</Category>
<Algorithm>WorstOf</Algorithm>
</DependencyMonitor>