경고가 너무 많아 경고 생성이 일시 중단되었습니다.

Microsoft.SystemCenter.Alert.Suspended (Rule)

지정된 시간 간격 동안 생성된 경고 수가 임계값을 초과하여 규칙에 대한 경고 생성이 일시 중단되었습니다. 이는 관리 그룹에 대한 과도한 로드를 방지하기 위한 것입니다.

Knowledge Base article:

요약

정의된 간격 내에 생성된 경고가 허용되는 양을 초과하여 규칙이 일시 중단되었습니다.

원인

문제에 대한 정보는 관련 이벤트에서 확인할 수 있습니다.

해결 방법

경고 설명에 문제에 대한 정보가 포함되어 있습니다. 관련 이벤트 정보를 검토하여 문제를 진단하세요.

먼저 이 문제를 해결하려면 이벤트 설명 내에서 워크플로 ID를 찾으세요.

그런 다음 해당 문제가 발생한 에이전트에 다운로드된 관리 팩에서 이 식별자를 찾으세요.

이 문제가 봉인된 관리 팩에서 비롯된 경우 이 워크플로를 사용하지 않도록 설정하고 관리 팩 공급자/개발자에게 알리세요.

이 문제가 봉인되지 않은 관리 팩에서 비롯된 경우 워크플로 구성을 조정하세요.

Element properties:

TargetMicrosoft.SystemCenter.HealthService
CategoryAlert
EnabledTrue
Alert GenerateTrue
Alert SeverityWarning
Alert PriorityNormal
RemotableTrue
Alert Message
경고가 너무 많아 경고 생성이 일시 중단되었습니다.
{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>