Dostępność usługi World Wide Web Publishing

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

Knowledge Base article:

Podsumowanie

Ten monitor sprawdza stan usługi serwera sieci Web usług IIS (W3SVC). W przypadku otrzymania alertu z tego monitora należy wykonać odpowiednie czynności w celu przywrócenia usługi do stanu operacyjnego.

Stany operacyjne:

Usługa serwera sieci Web usług IIS (W3SVC) może być w jednym z dwóch stanów operacyjnych: „Uruchomiono” lub „Zatrzymano”.

Konfiguracja

Monitor pobiera pojedynczy parametr konfiguracyjny określający, czy usługa powinna być monitorowana w przypadku, gdy typ uruchomienia nie jest ustawiony na „Automatyczny”. Domyślnie usługa jest monitorowana tylko wtedy, gdy typ uruchomienia jest ustawiony na „Automatyczny”. To ustawienie można zmienić w zależności od potrzeb.

Przyczyny

Usługa może zostać zatrzymana z wielu powodów, takich jak:

Rozwiązania

Jeśli usługa serwera sieci Web usług IIS (W3SVC) jest w stanie „Zatrzymano”, możesz zdiagnozować problem lub ponownie uruchomić usługę, wykonując następujące czynności:

Uruchomienie usługi serwera sieci Web (W3SVC)

Element properties:

TargetMicrosoft.Windows.InternetInformationServices.6.2.WebServer
Parent MonitorSystem.Health.AvailabilityState
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.CheckNTServiceStateMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
Serwer sieci Web usług IIS 8 jest niedostępny
Serwer sieci Web usług IIS 8 na {0} jest niedostępny.
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Windows.InternetInformationServices.6.2.WebServer.NTService.CheckServiceState.Monitor" Accessibility="Public" Enabled="onEssentialMonitoring" Target="Microsoft.Windows.InternetInformationServices.6.2.WebServer" 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.WebServer.NTService.CheckServiceState.Monitor.AlertMessage">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Target/Host/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</AlertParameter1>
</AlertParameters>
</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>W3SVC</ServiceName>
</Configuration>
</UnitMonitor>