원격 인증서를 신뢰할 수 없음

Microsoft.SystemCenter.HealthService.RemoteCertificateNotTrusted.Alert (Rule)

이 규칙은 원격 인증서를 신뢰할 수 없음을 감지할 경우 경고를 생성합니다.

Knowledge Base article:

요약

Operations Manager와 통신하려는 컴퓨터의 인증서를 신뢰할 수 없습니다. 인증서 문제가 해결될 때까지 원격 컴퓨터가 모니터링되지 않습니다.

원인

원격 컴퓨터의 인증서가 Operations Manager를 실행하는 서버에서 신뢰할 수 없는 인증 기관에서 발급된 것입니다.

해결 방법

경고 정보를 확인하여 신뢰할 수 없는 인증서를 사용하는 컴퓨터를 파악합니다. 원본 컴퓨터에서 신뢰할 수 있는 인증서를 사용하도록 구성하거나 Operations Manager를 실행하는 서버에서 인증서를 발급한 인증 기관을 신뢰하도록 구성합니다. 인증서 구성에 대한 자세한 내용은 다음을 참조하십시오.

외부

인증서 및 보안에 대한 자세한 내용은 PKI 기술( http://technet.microsoft.com/ko-kr/library/cc779826(WS.10).aspx)을 참조하십시오.

Element properties:

TargetMicrosoft.SystemCenter.ManagementServer
CategoryOperations
EnabledTrue
Event_ID20072
Event SourceOpsMgr Connector
Alert GenerateTrue
Alert SeverityError
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.HealthService.RemoteCertificateNotTrusted.Alert" Enabled="true" Target="SCLibrary!Microsoft.SystemCenter.ManagementServer" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>Operations</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">OpsMgr Connector</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="UnsignedInteger">20072</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</Expression>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="Alert" TypeID="Health!System.Health.GenerateAlert">
<Priority>1</Priority>
<Severity>2</Severity>
<AlertName/>
<AlertDescription/>
<AlertOwner/>
<AlertMessageId>$MPElement[Name="Microsoft.SystemCenter.HealthService.RemoteCertificateNotTrusted.AlertMessage"]$</AlertMessageId>
<AlertParameters>
<AlertParameter1>$Data/EventDescription$</AlertParameter1>
</AlertParameters>
<Suppression>
<SuppressionValue>$Data/EventDisplayNumber$</SuppressionValue>
<SuppressionValue>$Data/PublisherName$</SuppressionValue>
<SuppressionValue>$Data/Params/Param[1]$</SuppressionValue>
</Suppression>
</WriteAction>
</WriteActions>
</Rule>