Certificato remoto non attendibile

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

Questa regola genera avvisi nel caso in cui rilevi che il certificato remoto non è attendibile.

Knowledge Base article:

Riepilogo

Il certificato per un computer che sta tentando di comunicare con Operations Manager non è attendibile. Il computer remoto non eseguirà il monitoraggio finché il problema con il certificato non verrà risolto.

Cause

Il certificato per il computer remoto è emesso da un'autorità di certificazione che non è attendibile per il server in cui è in esecuzione Operations Manager.

Soluzioni

Visualizzare i dettagli relativi all'avviso per identificare il computer che utilizza un certificato non attendibile. Configurare il computer di origine affinché utilizzi un certificato attendibile oppure configurare il server in cui è in esecuzione Operations Manager affinché riconosca come attendibile l'autorità di certificazione che ha emesso il certificato. Per informazioni sui certificati di configurazione, è possibile consultare:

Altre informazioni

Per ulteriori informazioni sui certificati e la protezione, consultare Tecnologie PKI all'indirizzo http://technet.microsoft.com/it-it/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
Certificato remoto non attendibile
{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>