Anwendungspoolverfügbarkeit

Microsoft.Windows.InternetInformationServices.6.2.ApplicationPool.ApplicationPoolStatusCheck.Monitor (UnitMonitor)

Knowledge Base article:

Zusammenfassung

Dieser Monitor überprüft den Status des IIS-Anwendungspools. Wenn Sie eine Warnung von diesem Monitor erhalten, müssen Sie eingreifen, um den Anwendungspool wieder in einen Betriebsstatus zu versetzen.

Betriebsstatus:

Eine IIS-Anwendungspoolsite kann sich im Betriebsstatus "Gestartet" oder "Beendet" befinden.

Konfiguration

Der einzige konfigurierbare Parameter dieses Monitors ist das Zeitintervall für die Überprüfung des Status des Anwendungspools.

Ursachen

Eine IIS-Anwendungspoolsite kann aus einer Vielzahl von Gründen beendet worden sein, z. B.:

Lösungen

Wenn ein IIS-Anwendungspool beendet wird, können Sie das Problem weiter untersuchen oder den Anwendungspool neu starten, indem Sie die folgenden Aktionen ausführen:

Anwendungspool starten

Element properties:

TargetMicrosoft.Windows.InternetInformationServices.6.2.ApplicationPool
Parent MonitorSystem.Health.AvailabilityState
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.Server.IIS.IISApplicationPoolStateMonitor.8
RemotableFalse
AccessibilityPublic
Alert Message
Der IIS 8-Anwendungspool ist nicht verfügbar
Der IIS 8-Anwendungspool mit dem Namen "{0}" auf {1} ist nicht verfügbar, weil der Anwendungspool beendet wurde.
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Windows.InternetInformationServices.6.2.ApplicationPool.ApplicationPoolStatusCheck.Monitor" Accessibility="Public" Enabled="true" Target="Microsoft.Windows.InternetInformationServices.6.2.ApplicationPool" ParentMonitorID="SystemHealth!System.Health.AvailabilityState" Remotable="false" Priority="Normal" TypeID="Microsoft.Windows.Server.IIS.IISApplicationPoolStateMonitor.8" ConfirmDelivery="false">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="Microsoft.Windows.InternetInformationServices.6.2.ApplicationPool.ApplicationPoolStatusCheck.Monitor.AlertMessage">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Target/Property[Type="IISCommon!Microsoft.Windows.InternetInformationServices.ApplicationPool"]/PoolID$</AlertParameter1>
<AlertParameter2>$Target/Host/Host/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</AlertParameter2>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="Started" MonitorTypeStateID="Started" HealthState="Success"/>
<OperationalState ID="Stopped" MonitorTypeStateID="Stopped" HealthState="Error"/>
</OperationalStates>
<Configuration>
<PeriodInSeconds>60</PeriodInSeconds>
<PoolID>$Target/Property[Type="IISCommon!Microsoft.Windows.InternetInformationServices.ApplicationPool"]/PoolID$</PoolID>
</Configuration>
</UnitMonitor>