MECM Site Role Aggregate Rollup Monitor

MECM.SiteRole.AggregateRollup.Monitor (AggregateMonitor)

Roll up monitor that aggregates site role availability health.

Element properties:

TargetMECM.SiteRole
Parent MonitorSystem.Health.AvailabilityState
AlgorithmWorstOf
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
RemotableTrue
AccessibilityPublic
Alert Message
MECM ConfigMgr Site Role Issue
Site Role {0} ({1}) on server {2} is not working properly.

Source Code:

<AggregateMonitor ID="MECM.SiteRole.AggregateRollup.Monitor" Accessibility="Public" Enabled="true" Target="MECM.SiteRole" ParentMonitorID="Health!System.Health.AvailabilityState" Remotable="true" Priority="Normal">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="MECM.SiteRole.AggregateRollup.Monitor.AlertMessage">
<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="MECM.SiteRole"]/RoleName$</AlertParameter2>
<AlertParameter3>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</AlertParameter3>
</AlertParameters>
</AlertSettings>
<Algorithm>WorstOf</Algorithm>
</AggregateMonitor>