Server Component

Microsoft.SystemCenter2012.ConfigurationManager.ComponentAggregateMonitor (AggregateMonitor)

Roll up monitor that aggregates server component availability health.

Knowledge Base article:

Summary

This is an aggregation monitor of component health status. Check the unit monitors for root causes and resolutions.

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 Server Component Issue
Component {0} ({1}) on server{2} is not working properly.
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>