서버 구성 요소

Microsoft.SystemCenter2012.ConfigurationManager.ComponentAggregateMonitor (AggregateMonitor)

서버 구성 요소의 가용성 상태를 집계하는 롤업 모니터입니다.

Knowledge Base article:

요약

이는 구성 요소 상태의 집계 모니터입니다. 근본 원인과 해결 방법은 유닛 모니터를 확인하십시오.

Element properties:

TargetMicrosoft.SystemCenter2012.ConfigurationManager.ServerComponent
Parent MonitorSystem.Health.AvailabilityState
AlgorithmWorstOf
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
RemotableTrue
AccessibilityPublic
Alert Message
ConfigMgr 서버 구성 요소 문제
{2} 서버의 {0} 구성 요소({1})가 제대로 작동하지 않습니다.
CommentSIV:COSD0033

Source Code:

<AggregateMonitor ID="Microsoft.SystemCenter2012.ConfigurationManager.ComponentAggregateMonitor" Comment="SIV:COSD0033" Accessibility="Public" Enabled="onEssentialMonitoring" Target="SCCM!Microsoft.SystemCenter2012.ConfigurationManager.ServerComponent" ParentMonitorID="SystemHealth!System.Health.AvailabilityState" Remotable="true" Priority="Normal">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="Microsoft.SystemCenter2012.ConfigurationManager.ComponentAggregateMonitor_AlertMessageResourceID">
<AlertOnState>Warning</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Target/Property[Type="System!System.Entity"]/DisplayName$</AlertParameter1>
<AlertParameter2>$Target/Property[Type="SCCM!Microsoft.SystemCenter2012.ConfigurationManager.ServerComponent"]/Name$</AlertParameter2>
<AlertParameter3>$Target/Host/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</AlertParameter3>
</AlertParameters>
</AlertSettings>
<Algorithm>WorstOf</Algorithm>
</AggregateMonitor>