WSUS Windows 서비스의 가용성 모니터

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

이 모니터는 WSUS 서비스의 가용성 상태를 검사합니다.

Knowledge Base article:

요약

Configuration Manager 사이트 서버 및 클라이언트 구성 요소는 업데이트를 동기화하고 검사할 때 WSUS(Windows Server Update Services) 서버를 사용합니다. Update Services는 WSUS 서버의 호스트 서비스이므로 실행 중인 상태여야 합니다.

해결 방법

Update Services의 기본 로그온 계정은 네트워크 서비스 계정입니다. 서비스 제어 관리자에서 로그온할 수 있는지 확인하십시오.

추가 정보

자세한 내용은 <WSU설치폴더>\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>