Web 管理サービスの可用性

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

Knowledge Base article:

概要

このモニターは、Web 管理サービス (WMSVC) の状態をチェックします。このモニターからアラートを受け取った場合は、サービスを動作状態に戻すために操作が必要になります。

動作状態:

Web 管理サービス (WMSVC) の動作状態は "サービスは実行されています" または "サービスは実行されていません" のいずれかです。

構成

このモニターは、サービスのスタートアップの種類が [自動] に設定されていない場合にそのサービスを監視するかどうかを制御する構成パラメーターを 1 つ取ります。既定では、サービスは、スタートアップの種類が [自動] に設定されている場合にのみ監視されます。これは、必要に応じて調整できます。

原因

サービスは次のようなさまざまな原因で停止することがあります:

解決方法

Web 管理サービス (WMSvc) が実行されていない場合は、次の操作を実行して問題を診断するか、サービスを再開できます:

Web 管理 (WMSvc) サービスを開始する

Element properties:

TargetMicrosoft.Windows.InternetInformationServices.6.2.WMService
Parent MonitorSystem.Health.AvailabilityState
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.CheckNTServiceStateMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
Web 管理サービスは停止しています
Web 管理サービスは停止しています。これにより、Web サーバーのリモート管理ができなくなります。
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Windows.InternetInformationServices.6.2.RemoteAdmin.NTService.CheckServiceState.Monitor" Accessibility="Public" Enabled="true" Target="Microsoft.Windows.InternetInformationServices.6.2.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.6.2.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>