WSUS 동기화 관리자의 가용성 모니터

Microsoft.SystemCenter2012.ConfigurationManager.WsusSyncManager.AvailabilityMonitor (UnitMonitor)

이 모니터는 WSUS 동기화 관리자의 가용성 상태를 검사합니다.

Knowledge Base article:

요약

WSUS 동기화 관리자 구성 요소의 상태를 나타냅니다. 이 구성 요소는 Microsoft Update 카탈로그의 콘텐츠로 사이트 소프트웨어 업데이트 지점을 동기화하고, 소프트웨어 업데이트 지점 데이터베이스로 Configuration Manager 데이터베이스를 동기화합니다.

Element properties:

TargetMicrosoft.SystemCenter2012.ConfigurationManager.WsusSyncManager
Parent MonitorMicrosoft.SystemCenter2012.ConfigurationManager.ComponentAggregateMonitor
CategoryConfigurationHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.SystemCenter2012.ConfigurationManager.ComponentAvailabilityMonitor
RemotableTrue
AccessibilityPublic
Alert Message
WSUS 동기화 관리자를 사용할 수 없음
{0} 컴퓨터의 WSUS 동기화 관리자를 사용할 수 없습니다.
RunAsDefault
CommentSIV:GEN0243

Source Code:

<UnitMonitor ID="Microsoft.SystemCenter2012.ConfigurationManager.WsusSyncManager.AvailabilityMonitor" Comment="SIV:GEN0243" Accessibility="Public" Enabled="onEssentialMonitoring" Target="SCCM!Microsoft.SystemCenter2012.ConfigurationManager.WsusSyncManager" ParentMonitorID="Microsoft.SystemCenter2012.ConfigurationManager.ComponentAggregateMonitor" Remotable="true" Priority="Normal" TypeID="Microsoft.SystemCenter2012.ConfigurationManager.ComponentAvailabilityMonitor" ConfirmDelivery="true">
<Category>ConfigurationHealth</Category>
<AlertSettings AlertMessage="Microsoft.SystemCenter2012.ConfigurationManager.WsusSyncManager.AvailabilityMonitor_AlertMessageResourceID">
<AlertOnState>Warning</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>MatchMonitorHealth</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Target/Host/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</AlertParameter1>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="Good" MonitorTypeStateID="Good" HealthState="Success"/>
<OperationalState ID="Warning" MonitorTypeStateID="Warning" HealthState="Warning"/>
<OperationalState ID="Error" MonitorTypeStateID="Error" HealthState="Error"/>
</OperationalStates>
<Configuration>
<ComputerName>$Target/Host/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</ComputerName>
<ComponentName>SMS_WSUS_SYNC_MANAGER</ComponentName>
<IntervalSeconds>360</IntervalSeconds>
</Configuration>
</UnitMonitor>