Alert w razie pominięcia modułu wydajności z wieloma instancjami

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

Ta zasada generuje alerty w razie nieprawidłowej konfiguracji częstotliwości modułu wydajności z wieloma instancjami

Knowledge Base article:

Podsumowanie

Przepływ pracy, taki jak zasada lub monitor, wymaga częstotliwości większej od zera.

Przyczyny

Przepływ pracy wykrył, że skonfigurowano alert z częstotliwością o wartości zero.

Rozwiązania

Przejrzyj szczegóły alertu, aby zidentyfikować zasadę, monitor lub inny przepływ pracy, który wygenerował alert. Sprawdź zastąpienia przepływu pracy. Jeśli zastąpienie częstotliwości jest skonfigurowane z wartością zero lub konfiguracja domyślna jest ustawiona na wartość zero, zmień wartość, tak aby była większa od zera. Aby uzyskać instrukcje na temat ustawiania zastąpień, zobacz temat Jak korzystać z zastąpień monitora ( http://go.microsoft.com/fwlink/?LinkID=824988).

Element properties:

TargetMicrosoft.SystemCenter.HealthService
CategoryAlert
EnabledTrue
Alert GenerateTrue
Alert SeverityWarning
Alert PriorityNormal
RemotableTrue
Alert Message
Pominięto moduł wydajności z wieloma instancjami
{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>