Rol de sitio

Microsoft.SystemCenter2012.ConfigurationManager.RoleAggregateMonitor (AggregateMonitor)

Monitor de acumulación que agrega el estado de disponibilidad de roles de sitio.

Knowledge Base article:

Resumen

Se trata de un monitor de agregación de estado de mantenimiento de rol de sitio. Compruebe los monitores de unidad para determinar las causas principales y las soluciones.

Element properties:

TargetMicrosoft.SystemCenter2012.ConfigurationManager.SiteRole
Parent MonitorSystem.Health.AvailabilityState
AlgorithmWorstOf
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
RemotableTrue
AccessibilityPublic
Alert Message
Problema de rol de sitio de Configuration Manager
El rol de sitio {0} ({1}) del servidor {2} no funciona correctamente.

Source Code:

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