A hitelesítéshez használt tanúsítvány lejártának ellenőrzése

Microsoft.SystemCenter.HealthService.CommunicationCertificateExpirationCheck (UnitMonitor)

Ez a figyelő ellenőrzi a hitelesítéshez használt tanúsítvány lejártságát, és riasztást küld, ha az nemsokára lejár.

Knowledge Base article:

Összefoglalás

A hitelesítéshez használt tanúsítvány nemsokára lejár. Ez a tanúsítvány használható tanúsítvány alapú hitelesítésre a System Center e felügyeleti szolgáltatásából a System Center másik felügyeleti szolgáltatásához.

Ez ugyanaz a tanúsítvány, amelyik a MOMCertImport.exe segédprogrammal lett importálva..

Ha a tanúsítvány lejár, az ügynök vagy a felügyeleti kiszolgáló nem lesz képes kommunikálni, illetve adatokat küldeni a felügyeleti csoport részére.

Okok

A tanúsítvány nemsokára lejár. Miután lejárt, a System Center felügyeleti szolgáltatása nem lesz képes hitelesítésre a System Center másik felügyeleti szolgáltatásához.

Megoldások

Szerezzen új tanúsítványt, és importálja azt a MOMCertImport.exe segédprogrammal.

További információk

Tanúsítványok importálásáról és használatáról az Operations Manager rendszerben lásd: Managing Certificates in Operations Manager (Tanúsítványok kezelése az Operations Manager rendszerben) (http://go.microsoft.com/fwlink/?LinkId=227146).

A több tanúsítványt lekérő, nem támogatott CertGenWizard.exe használatáról lásd a következő blogbejegyzést: Obtaining Certificates for Non-Domain Joined Agents Made Easy With Certificate Generation Wizard (Tanúsítványok lekérése tartományon kívüli csatlakoztatott ügynökökhöz egyszerűen a tanúsítvány-létrehozási varázsló segítségével) (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 felügyeleti állapotfigyelő szolgáltatás hitelesítési tanúsítványának lejárata
{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>