Generowanie alertów zostało tymczasowo wstrzymane z powodu zbyt dużej liczby alertów.

Microsoft.SystemCenter.Alert.Suspended (Rule)

Generowanie alertów dla danej zasady zostało tymczasowo wstrzymane, ponieważ liczba alertów wygenerowanych w określonym interwale przekroczyła próg. Wstrzymywanie ma na celu uniknięcie nadmiernego obciążenia grupy zarządzania.

Knowledge Base article:

Podsumowanie

Przekroczono dozwoloną liczbę alertów wygenerowanych w określonym czasie, wiec zasada została tymczasowo zawieszona.

Przyczyny

Informacje o problemie są dostępne w skojarzonym zdarzeniu.

Rozwiązania

Opis alertu zawiera informacje o napotkanym problemie. Aby zdiagnozować problem, sprawdź szczegóły skojarzonego zdarzenia.

Aby rozwiązać ten problem, znajdź najpierw identyfikator przepływu pracy w opisie zdarzenia.

Następnie poszukaj tego identyfikatora w pakietach administracyjnych pobranych do agenta, którego dotyczy problem.

Jeśli źródłem jest zapieczętowany pakiet administracyjny, wyłącz ten przepływ pracy i powiadom o problemie dostawcę/autora pakietu administracyjnego.

Jeśli źródłem jest niezapieczętowany panel administracyjny, dostosuj konfigurację przepływu pracy.

Element properties:

TargetMicrosoft.SystemCenter.HealthService
CategoryAlert
EnabledTrue
Alert GenerateTrue
Alert SeverityWarning
Alert PriorityNormal
RemotableTrue
Alert Message
Generowanie alertów zostało tymczasowo wstrzymane z powodu zbyt dużej liczby alertów.
{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.SystemCenter.Alert.Suspended" 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">HealthService</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">Params/Param[1]</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">$Target/ManagementGroup/Name$</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="UnsignedInteger">5399</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</Expression>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="Alert" TypeID="Health!System.Health.GenerateAlert">
<Priority>1</Priority>
<Severity>1</Severity>
<AlertName/>
<AlertDescription/>
<AlertOwner/>
<AlertMessageId>$MPElement[Name="Microsoft.SystemCenter.Alert.Suspended.AlertMessage"]$</AlertMessageId>
<AlertParameters>
<AlertParameter1>$Data/EventDescription$</AlertParameter1>
</AlertParameters>
<Suppression>
<SuppressionValue>$Data/Params/Param[2]$</SuppressionValue>
<SuppressionValue>$Data/Params/Param[4]$</SuppressionValue>
</Suppression>
<Custom1/>
<Custom2/>
<Custom3/>
<Custom4/>
<Custom5/>
<Custom6/>
<Custom7/>
<Custom8/>
<Custom9/>
<Custom10/>
</WriteAction>
</WriteActions>
</Rule>