Extern certificaat wordt niet vertrouwd

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

Deze regel genereert waarschuwingen wanneer wordt vastgesteld dat het externe certificaat niet wordt vertrouwd.

Knowledge Base article:

Samenvatting

Het certificaat voor een computer die probeert te communiceren met Operations Manager wordt niet vertrouwd. De externe computer wordt niet bewaakt totdat het probleem met het certificaat is opgelost.

Oorzaken

Het certificaat voor de externe computer is uitgegeven door een certificeringsinstantie die niet wordt vertrouwd door de server waarop Operations Manager wordt uitgevoerd.

Oplossingen

bekijk de details van de waarschuwing om de computer op te sporen die een niet-vertrouwd certificaat gebruikt. Configureer de broncomputer zodanig dat deze een vertrouwd certificaat gebruikt of configureer de server waarop Operations Manager wordt uitgevoerd zodanig dat de certificeringsinstantie die het certificaat heeft uitgegeven, wordt vertrouwd. Raadpleeg het volgende voor informatie over het configureren van certificaten:

Extern

Zie PKI Technologies ( http://technet.microsoft.com/nl-nl/library/cc779826 (WS.10) .aspx) voor meer informatie over certificaten en beveiliging.

Element properties:

TargetMicrosoft.SystemCenter.ManagementServer
CategoryOperations
EnabledTrue
Event_ID20072
Event SourceOpsMgr Connector
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
RemotableTrue
Alert Message
Extern certificaat werd niet vertrouwd
{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>