File Services Security Rollup

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

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

Knowledge Base article:

Summary

This dependency monitor rolls up security health 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 security health of each role service and their monitors.

Causes

An unhealthy state of this monitor indicates a security 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.SecurityState
AlgorithmWorstOf
Source MonitorSystem.Health.SecurityState
RelationshipMicrosoft.Windows.FileServer.Contains.Service
CategoryCustom
EnabledTrue
Alert GenerateFalse
Alert Auto ResolveFalse
RemotableTrue
AccessibilityPublic

Source Code:

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