証明書サービス モニター

Microsoft.Windows.CertificateServices.CARole.2016.CertSvcMonitor (UnitMonitor)

Knowledge Base article:

概要

この監視パックは、Active Directory 証明書サーバー サービスの正常性を監視します。

解決方法

証明機関サーバー上でActive Directory 証明書サービスを開始します。

Element properties:

TargetMicrosoft.Windows.CertificateServices.CARole.2016
Parent MonitorSystem.Health.AvailabilityState
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateFalse
Alert Auto ResolveFalse
Monitor TypeMicrosoft.Windows.CheckNTServiceStateMonitorType
RemotableTrue
AccessibilityPublic
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Windows.CertificateServices.CARole.2016.CertSvcMonitor" Accessibility="Public" Enabled="true" Target="CSDisc!Microsoft.Windows.CertificateServices.CARole.2016" ParentMonitorID="Health!System.Health.AvailabilityState" Remotable="true" Priority="Normal" TypeID="Windows!Microsoft.Windows.CheckNTServiceStateMonitorType" ConfirmDelivery="false">
<Category>AvailabilityHealth</Category>
<OperationalStates>
<OperationalState ID="Running" MonitorTypeStateID="Running" HealthState="Success"/>
<OperationalState ID="NotRunning" MonitorTypeStateID="NotRunning" HealthState="Error"/>
</OperationalStates>
<Configuration>
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<ServiceName>Certsvc</ServiceName>
<CheckStartupType>false</CheckStartupType>
</Configuration>
</UnitMonitor>