Disponibilité du service de gestion Web

Microsoft.Windows.InternetInformationServices.10.0.RemoteAdmin.NTService.CheckServiceState.Monitor (UnitMonitor)

Knowledge Base article:

Résumé

Cette analyse vérifie l'état du service de gestion Web (WMSvc). Si vous recevez une alerte via cette analyse, vous devez faire en sorte que le service fonctionne à nouveau.

États opérationnels :

Le service de gestion Web (WMSvc) peut avoir l'état opérationnel « Service en cours d'exécution » ou « Service non exécuté ».

Configuration

L'analyse prend un paramètre de configuration unique qui contrôle si le service doit être analysé lorsque son type de démarrage n'est pas défini sur « Automatique ». Par défaut, le service sera uniquement analysé si son type de démarrage est « Automatique ». Ce paramètre peut être réglé selon les besoins.

Causes

Un service peut s'arrêter pour de nombreuses raisons, parmi lesquelles :

Résolutions

Si le service de gestion Web (WMSvc) ne fonctionne pas, vous pouvez diagnostiquer le problème ou redémarrer le service comme suit :

Element properties:

TargetMicrosoft.Windows.InternetInformationServices.10.0.WMService
Parent MonitorSystem.Health.AvailabilityState
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.CheckNTServiceStateMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
Le service de gestion Web est arrêté
Le service de gestion Web est arrêté. Cela empêchera l'administration à distance du serveur Web.
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Windows.InternetInformationServices.10.0.RemoteAdmin.NTService.CheckServiceState.Monitor" Accessibility="Public" Enabled="true" Target="Microsoft.Windows.InternetInformationServices.10.0.WMService" ParentMonitorID="SystemHealth!System.Health.AvailabilityState" Remotable="true" Priority="Normal" TypeID="Windows!Microsoft.Windows.CheckNTServiceStateMonitorType" ConfirmDelivery="false">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="Microsoft.Windows.InternetInformationServices.10.0.RemoteAdmin.NTService.CheckServiceState.Monitor.AlertMessage">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
</AlertSettings>
<OperationalStates>
<OperationalState ID="Running" MonitorTypeStateID="Running" HealthState="Success"/>
<OperationalState ID="NotRunning" MonitorTypeStateID="NotRunning" HealthState="Error"/>
</OperationalStates>
<Configuration>
<ComputerName>$Target/Host/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<ServiceName>WMSvc</ServiceName>
</Configuration>
</UnitMonitor>