Monitor de Servicios de certificados

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

Knowledge Base article:

Resumen

Este monitor supervisa el estado de los Servicios de certificados de Active Directory.

Soluciones

Inicie los Servicios de servidor de certificados de Active Directory en el servidor de la entidad de certificación (CA).

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>