Moniteur de disponibilité du Service Windows WSUS

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

Ce moniteur vérifie l'état de disponibilité des services WSUS.

Knowledge Base article:

Résumé

Les composants client et serveur de site de Configuration Manager dépendent du serveur WSUS pour la synchronisation et la recherche des mises à jour. Update Services est le service hôte du serveur WSUS et doit être exécuté.

Résolutions

Le compte de connexion par défaut pour Update Services est le compte de service réseau. Vérifiez que le Gestionnaire de contrôle des services peut se connecter.

Supplémentaire

Pour plus d'informations, consultez SoftwareDistribution.log sous <DossierInstallationWSUS>\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
Les services WSUS ne sont pas en cours d'exécution
Le service {0} sur l'ordinateur {1} n'est pas en cours d'exécution.
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>