Certyfikat zdalny niezaufany

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

Ta zasada generuje alerty w razie wykrycia niezaufanego zdalnego certyfikatu

Knowledge Base article:

Podsumowanie

Certyfikat komputera próbującego połączyć się z programem Operations Manager nie jest zaufany. Komputer zdalny nie będzie monitorowany do momentu rozwiązania problemu z certyfikatem.

Przyczyny

Certyfikat komputera zdalnego został wydany przez urząd certyfikacji, który nie jest zaufany dla serwera z programem Operations Manager.

Rozwiązania

Przejrzyj szczegóły alertu, aby zidentyfikować komputer korzystający z niezaufanego certyfikatu. Skonfiguruj komputer źródłowy, tak aby korzystał z zaufanego certyfikatu, lub skonfiguruj serwer z programem Operations Manager, tak aby ufał urzędowi certyfikacji wystawiającemu certyfikat. Aby uzyskać informacje o konfigurowaniu certyfikatów, zobacz:

Zewnętrzne

Aby uzyskać dodatkowe informacje o certyfikatach i zabezpieczeniach, zobacz artykuł o technologiach infrastruktury kluczy publicznych ( http://technet.microsoft.com/pl-pl/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
Certyfikat zdalny nie jest zaufany
{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>