Datorverifiering: Modulkörningsfel

Microsoft.SystemCenter.ComputerVerification.ModuleSummaryError.Alert (Rule)

Den här regeln genererar varningar när datorverifieringsmodulen misslyckas med att verifiera minst 1 eller flera datornamn under körningen på den här System Center-hanteringshälsotjänsten.

Knowledge Base article:

Sammanfattning

Datorverifieringsmodulen misslyckades med att verifiera några datorer. Det innebär att om den här modulen kördes som en del av en identifiering skulle identifieringen/agentdistributionen på de här misslyckade datorerna inte fortsätta.

Orsaker

Felet kan ha inträffat av flera skäl. Information om felet visas i de associerade händelserna och varningarna.

Lösningar

I beskrivningen av varningen finns det information om problemet som har påträffats. Kontrollera de associerade händelsedetaljerna "Datorverifiering: Modulfel"-varningar och andra händelser som har inträffat runt samma tid som felet när du ska diagnostisera problemet.

Element properties:

TargetMicrosoft.SystemCenter.ManagementServer
CategoryAlert
EnabledFalse
Alert GenerateTrue
Alert SeverityError
Alert PriorityHigh
RemotableTrue
Alert Message
Datorverifiering: Verifieringsfel
{0}
Event LogOperations Manager

Member Modules:

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

Source Code:

<Rule ID="Microsoft.SystemCenter.ComputerVerification.ModuleSummaryError.Alert" Enabled="false" Target="SCLibrary!Microsoft.SystemCenter.ManagementServer" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>Alert</Category>
<DataSources>
<DataSource ID="DS" TypeID="Windows!Microsoft.Windows.EventProvider">
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<LogName>Operations Manager</LogName>
<Expression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">Health Service Modules</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="UnsignedInteger">11553</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">Params/Param[6]</XPathQuery>
</ValueExpression>
<Operator>NotEqual</Operator>
<ValueExpression>
<Value Type="String">0</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</Expression>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="GenerateAlert" TypeID="Health!System.Health.GenerateAlert">
<Priority>2</Priority>
<Severity>2</Severity>
<AlertName/>
<AlertDescription/>
<AlertMessageId>$MPElement[Name='Microsoft.SystemCenter.ComputerVerification.ModuleSummaryError.Alert.AlertMessage']$</AlertMessageId>
<AlertParameters>
<AlertParameter1>$Data/EventDescription$</AlertParameter1>
</AlertParameters>
<Suppression>
<SuppressionValue/>
</Suppression>
</WriteAction>
</WriteActions>
</Rule>