Impossibile trovare il pool di applicazioni durante il tentativo di recuperare le informazioni sullo stato

Microsoft.Windows.InternetInformationServices.6.2.FailedToFindApplicationPoolWhileRetrievingState (Rule)

Knowledge Base article:

Riepilogo

Il modulo di monitoraggio di IIS non è stato in grado di trovare il pool di applicazioni specificato. Questo non consentirà al modulo di fornire informazioni aggiornate sullo stato del pool di applicazioni.

Cause

La causa più frequente di questo errore è la rimozione del pool di applicazioni da IIS e la mancata rilevazione di questa recente modifica da parte della regola di individuazione per i pool di applicazioni.

Soluzioni

Se il pool di applicazioni indicato nel messaggio di errore è stato rimosso di recente, non è necessario eseguire alcuna azione. Una volta rimosso il pool di applicazioni da Operations Manager, l'avviso verrà risolto automaticamente alla successiva esecuzione della regola di individuazione del pool di applicazioni.

Element properties:

TargetMicrosoft.Windows.Server.6.2.Computer
CategoryAlert
EnabledFalse
Event_ID33856
Event SourceHealth Service Modules
Alert GenerateTrue
Alert SeverityWarning
Alert PriorityNormal
RemotableTrue
Alert Message
Impossibile trovare il pool di applicazioni durante il tentativo di recuperare le informazioni sullo stato
Descrizione evento: {0}
Event LogOperations Manager

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.Windows.EventProvider Default
Alert WriteAction System.Health.GenerateAlert Default

Source Code:

<Rule ID="Microsoft.Windows.InternetInformationServices.6.2.FailedToFindApplicationPoolWhileRetrievingState" Enabled="false" Target="WindowsLibrary!Microsoft.Windows.Server.6.2.Computer" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>Alert</Category>
<DataSources>
<DataSource ID="DS" TypeID="Windows!Microsoft.Windows.EventProvider">
<ComputerName>$Target/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<LogName>Operations Manager</LogName>
<Expression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="UnsignedInteger">33856</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">Health Service Modules</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</Expression>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="Alert" TypeID="SystemHealth!System.Health.GenerateAlert">
<Priority>1</Priority>
<Severity>1</Severity>
<AlertName/>
<AlertDescription/>
<AlertOwner/>
<AlertMessageId>$MPElement[Name="Microsoft.Windows.InternetInformationServices.6.2.FailedToFindApplicationPoolWhileRetrievingState.AlertMessage"]$</AlertMessageId>
<AlertParameters>
<AlertParameter1>$Data/EventDescription$</AlertParameter1>
</AlertParameters>
<Suppression>
<SuppressionValue>$Data/EventDisplayNumber$</SuppressionValue>
</Suppression>
<Custom1/>
<Custom2/>
<Custom3/>
<Custom4/>
<Custom5/>
<Custom6/>
<Custom7/>
<Custom8/>
<Custom9/>
<Custom10/>
</WriteAction>
</WriteActions>
</Rule>