WSUS Windows 服务可用性监视器

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

此监视器检查 WSUS 服务的可用性状态。

Knowledge Base article:

摘要

Configuration Manager 站点服务器和客户端组件依赖于 Windows Server Update Services (WSUS) 服务器来同步并扫描更新。 Update Services 是 WSUS 服务器的主机服务,应该处于运行状态。

解决方法

用于 Update Services 的默认登录帐户是网络服务帐户。 检查服务控制管理器,以确保它可以登录。

其他信息

有关详细信息,请参阅 <WSUS 安装文件夹>\LogFiles 下面的 SoftwareDistribution.log。

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 服务未运行
计算机 {1} 上的 {0} 服务未运行。
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>