Kimlik Doğrulama için Kullanılan Sertifikanın Süre Sonu Denetimi

Microsoft.SystemCenter.HealthService.CommunicationCertificateExpirationCheck (UnitMonitor)

Bu izleyici kimlik doğrulama için kullanılan sertifikanın durumunu denetler ve sertifikanın süre sonu yaklaştığında bir uyarı gönderir.

Knowledge Base article:

Özet

Kimlik doğrulama için kullanılan sertifikanın süresi doluyor. Bu sertifika, bu System Center Yönetim Sistem Durumu Hizmetinden diğer System Center Yönetim Sistem Durumu Hizmetlerine yapılan sertifika tabanlı kimlik doğrulama işleminde kullanılır.

MOMCertImport.exe yardımcı programı kullanılarak içe aktarılan ile aynı sertifikadır.

Sertifikanın süresi dolduktan sonra, aracı veya yönetim sunucusu yönetim grubuyla iletişim kuramaz veya buraya verileri raporlayamaz.

Nedenler

Sertifikanın süresi doluyor. Süresi dolduktan sonra, System Center Yönetim Sistem Durumu Hizmeti diğer System Center Yönetim Sistem Durumu Hizmetlerine kimlik doğrulaması yapamaz.

Çözümler

Yeni bir sertifika edinin ve MOMCertImport.exe yardımcı programını kullanarak içe aktarın.

Ek

Operations Manager'da sertifikaların içe aktarılması ve kullanılması hakkında daha fazla bilgi için bkz. Operations Manager'da Sertifikaların Yönetilmesi (http://go.microsoft.com/fwlink/?LinkID=227146).

Birden çok sertifika istemek için desteklenmeyen bir araç olan CertGenWizard.exe aracının kullanımı hakkındaki bilgiler için web günlüğü postasına bakın: Etki Alanı Dışındaki Birleştirilmiş Aracılar için Sertifika Almak Sertifika Oluşturma Sihirbazıyla Artık Daha Kolay (http://go.microsoft.com/fwlink/?LinkId=195439).

Element properties:

TargetMicrosoft.SystemCenter.HealthService
Parent MonitorSystem.Health.ConfigurationState
CategoryConfigurationHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityHigh
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.2SingleEventLog2StateMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
System Center Yönetim Sistem Durumu Hizmeti Kimlik Doğrulama Sertifikası Süre Sonu
{0}
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.SystemCenter.HealthService.CommunicationCertificateExpirationCheck" Accessibility="Public" Enabled="true" Target="SCLibrary!Microsoft.SystemCenter.HealthService" ParentMonitorID="Health!System.Health.ConfigurationState" Remotable="true" Priority="Normal" TypeID="Windows!Microsoft.Windows.2SingleEventLog2StateMonitorType" ConfirmDelivery="true">
<Category>ConfigurationHealth</Category>
<AlertSettings AlertMessage="Microsoft.SystemCenter.HealthService.CommunicationCertificateExpirationCheck_AlertMessageResourceID">
<AlertOnState>Warning</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>High</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Data/Context/EventDescription$</AlertParameter1>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="FirstEventRaised" MonitorTypeStateID="FirstEventRaised" HealthState="Warning"/>
<OperationalState ID="SecondEventRaised" MonitorTypeStateID="SecondEventRaised" HealthState="Success"/>
</OperationalStates>
<Configuration>
<FirstComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</FirstComputerName>
<FirstLogName>Operations Manager</FirstLogName>
<FirstExpression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="UnsignedInteger">21020</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">OpsMgr Connector</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</FirstExpression>
<SecondComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</SecondComputerName>
<SecondLogName>Operations Manager</SecondLogName>
<SecondExpression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="UnsignedInteger">20053</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">OpsMgr Connector</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</SecondExpression>
</Configuration>
</UnitMonitor>