Controleprogramma beschikbaarheid WSUS Windows-service

Microsoft.SystemCenter2012.ConfigurationManager.WSUS.ServiceHealth (UnitMonitor)

Deze monitor controleert de beschikbaarheidsstatus van WSUS-services.

Knowledge Base article:

Samenvatting

De Configuration Manager-siteserver en clientonderdelen zijn afhankelijk van de Windows Server Update Services (WSUS)-server om updates te synchroniseren en te scannen. Update Services is de hostservice van de WSUS-server en moet worden uitgevoerd.

Oplossingen

Standaardaanmeldaccount voor de Update Services is de netwerkserviceaccount. Controleer de Service Control Manager zodat die zich kan aanmelden.

Aanvullende informatie

Raadpleeg voor meer informatie SoftwareDistribution.log onder <WSUSInstallationFolder>\LogFiles.

Element properties:

TargetMicrosoft.SystemCenter2012.ConfigurationManager.SoftwareUpdatePoint
Parent MonitorMicrosoft.SystemCenter2012.ConfigurationManager.RoleAggregateMonitor
CategoryAvailabilityHealth
EnabledFalse
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.CheckNTServiceStateMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
WSUS-services zijn niet actief
De service {0} op computer {1} wordt niet uitgevoerd.
RunAsDefault
CommentSIV:SUM0006

Source Code:

<UnitMonitor ID="Microsoft.SystemCenter2012.ConfigurationManager.WSUS.ServiceHealth" Comment="SIV:SUM0006" Accessibility="Public" Enabled="false" Target="SCCM!Microsoft.SystemCenter2012.ConfigurationManager.SoftwareUpdatePoint" ParentMonitorID="Microsoft.SystemCenter2012.ConfigurationManager.RoleAggregateMonitor" Remotable="true" Priority="Normal" TypeID="Windows!Microsoft.Windows.CheckNTServiceStateMonitorType" ConfirmDelivery="false">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="Microsoft.SystemCenter2012.ConfigurationManager.WSUS.ServiceHealth_AlertMessageResourceID">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Data/Context/Property[@Name='DisplayName']$</AlertParameter1>
<AlertParameter2>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</AlertParameter2>
</AlertParameters>
</AlertSettings>
<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"]/PrincipalName$</ComputerName>
<ServiceName>WSUSService</ServiceName>
<CheckStartupType/>
</Configuration>
</UnitMonitor>