Waarschuwing bij verwijdering van de module Prestaties meerdere exemplaren

Microsoft.SystemCenter.MultiInstancePerfModule.InvalidFrequency.Alert (Rule)

Deze regel genereert waarschuwingen wanneer de module Prestaties meerdere exemplaren een ongeldige frequentieconfiguratie bevat

Knowledge Base article:

Samenvatting

Een werkstroom zoals een regel of een monitor moet een frequentie hebben die groter is dan nul.

Oorzaken

De werkstroom die is aangegeven in de waarschuwing, is geconfigureerd met een frequentie van nul.

Oplossingen

Bekijk de details van de waarschuwing om de regel, de monitor of een andere werkstroom op te sporen waarmee de waarschuwing is gegenereerd. Controleer de onderdrukkingen voor de werkstroom. Als een onderdrukking voor de frequentie op nul is ingesteld of als de standaardconfiguratie op nul is ingesteld, wijzigt u de waarde zodat deze groter is dan nul. Zie How to Monitor Using Overrides (Bewaken met behulp van onderdrukkingen) ( http://go.microsoft.com/fwlink/?LinkID=117777) voor instructies voor het instellen van onderdrukkingen.

Element properties:

TargetMicrosoft.SystemCenter.HealthService
CategoryAlert
EnabledTrue
Alert GenerateTrue
Alert SeverityWarning
Alert PriorityNormal
RemotableTrue
Alert Message
Module Prestaties meerdere exemplaren verwijderd
{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.MultiInstancePerfModule.InvalidFrequency.Alert" Enabled="true" Target="SCLibrary!Microsoft.SystemCenter.HealthService" 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>
<Value Type="String">$Target/ManagementGroup/Name$</Value>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<XPathQuery Type="String">Params/Param[1]</XPathQuery>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="UnsignedInteger">10147</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</Expression>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="GenerateAlert" TypeID="Health!System.Health.GenerateAlert">
<Priority>1</Priority>
<Severity>1</Severity>
<AlertMessageId>$MPElement[Name="Microsoft.SystemCenter.MultiInstancePerfModule.InvalidFrequency.AlertMessage"]$</AlertMessageId>
<AlertParameters>
<AlertParameter1>$Data/EventDescription$</AlertParameter1>
</AlertParameters>
<Suppression>
<SuppressionValue>$Data/Params/Param[2]$</SuppressionValue>
</Suppression>
</WriteAction>
</WriteActions>
</Rule>