O estado de integridade da disponibilidade do IIS depende do serviço WMSvc

Microsoft.Windows.InternetInformationServices.10.0.ServerRole.HealthDependsOn.Microsoft.Windows.InternetInformationServices.10.0.WMService.Availability.DependancyMonitor (DependencyMonitor)

Knowledge Base article:

Summary

This monitor checks the status of the Web Management service (WMSvc). If you receive an alert from this monitor, action is required in order to bring the service back to an operational state.

Operational States:

The Web Management service (WMSvc) can be either in a "Service Running" or "Service Not Running" operational state.

Configuration

The monitor takes a single configuration parameter that controls whether the service should be monitored when its startup type is not set "Automatic". By default, the service will be monitored only if the service startup type is "Automatic". This can be adjusted as required.

Causes

A service can stop for many reasons, including:

Resolutions

If the Web Management service (WMSvc) is not running you can diagnose the issue or restart the service by taking the following actions:

Start Web Management (WMSvc) Service

Element properties:

TargetMicrosoft.Windows.InternetInformationServices.10.0.ServerRole
Parent MonitorSystem.Health.AvailabilityState
AlgorithmWorstOf
Source MonitorSystem.Health.AvailabilityState
RelationshipMicrosoft.Windows.InternetInformationServices.10.0.ServerRole.Hosts.Microsoft.Windows.InternetInformationServices.10.0.WMService
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateFalse
Alert Auto ResolveFalse
RemotableTrue
AccessibilityPublic

Source Code:

<DependencyMonitor ID="Microsoft.Windows.InternetInformationServices.10.0.ServerRole.HealthDependsOn.Microsoft.Windows.InternetInformationServices.10.0.WMService.Availability.DependancyMonitor" Accessibility="Public" Enabled="true" Target="Microsoft.Windows.InternetInformationServices.10.0.ServerRole" ParentMonitorID="SystemHealth!System.Health.AvailabilityState" Remotable="true" Priority="Normal" RelationshipType="Microsoft.Windows.InternetInformationServices.10.0.ServerRole.Hosts.Microsoft.Windows.InternetInformationServices.10.0.WMService" MemberMonitor="SystemHealth!System.Health.AvailabilityState">
<Category>AvailabilityHealth</Category>
<Algorithm>WorstOf</Algorithm>
<MemberUnAvailable>Error</MemberUnAvailable>
</DependencyMonitor>