잘못된 구성으로 인해 경고 구독이 자동으로 사용 안 됨

Microsoft.SystemCenter.2007.UserSubscriptionDisabledWhenCreatorsAccountNotActive (Rule)

관리 그룹의 모든 경고 구독이 올바르게 구성되었으며 구성이 여전히 유효한지 확인하기 위해 정기적으로 실행하는 프로세스가 있습니다. 구성이 잘못된 구독이 하나 이상 발견되면 구독이 자동으로 사용되지 않으며 이 규칙은 경고를 생성합니다.

Knowledge Base article:

요약

관리 그룹의 모든 경고 구독이 올바르게 구성되었으며 구성이 여전히 유효한지 확인하기 위해 정기적으로 실행하는 프로세스가 있습니다. 구성이 잘못된 구독이 하나 이상 발견되면 구독이 자동으로 사용되지 않으며 이 규칙은 경고를 생성합니다.

원인

구독을 생성하는 데 사용된 계정이 사용되지 않도록 설정되었으며 다음 변경 사항 중 하나가 발생한 것입니다.

해결 방법

Element properties:

TargetMicrosoft.SystemCenter.AllManagementServersPool
CategoryEventCollection
EnabledTrue
Event_ID11452
Event SourceHealth Service Modules
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
RemotableTrue
Alert Message
잘못된 구성으로 인해 경고 구독이 자동으로 사용 안 됨

내부 이름이 "{0}"인 경고 구독의 구성에 문제가 있어 해당 구독이 사용되지 않도록 설정되었습니다. 이 문제의 해결 방법에 대한 자세한 내용은 제품 정보를 참조하세요.

Operations Manager 명령 셸에서

Get-NotificationSubscription | where-object{$_.Name -eq "{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.2007.UserSubscriptionDisabledWhenCreatorsAccountNotActive" Enabled="true" Target="SCLibrary!Microsoft.SystemCenter.AllManagementServersPool" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>EventCollection</Category>
<DataSources>
<DataSource ID="DS" TypeID="Windows!Microsoft.Windows.EventProvider">
<ComputerName>.</ComputerName>
<LogName>Operations Manager</LogName>
<Expression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="UnsignedInteger">11452</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">Health Service Modules</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</Expression>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="Alert" TypeID="Health!System.Health.GenerateAlert">
<Priority>1</Priority>
<Severity>2</Severity>
<AlertMessageId>$MPElement[Name="Microsoft.SystemCenter.2007.UserSubscriptionDisabledWhenCreatorsAccountNotActive.AlertMessage"]$</AlertMessageId>
<AlertParameters>
<AlertParameter1>$Data/Params/Param[5]$</AlertParameter1>
</AlertParameters>
<Suppression>
<SuppressionValue>$Data/EventDisplayNumber$</SuppressionValue>
<SuppressionValue>$Data/Params/Param[5]$</SuppressionValue>
</Suppression>
</WriteAction>
</WriteActions>
</Rule>