Função do Site

Microsoft.SystemCenter2012.ConfigurationManager.RoleAggregateMonitor (AggregateMonitor)

Monitor de agregação que agrega o estado de funcionamento da disponibilidade da função do site.

Knowledge Base article:

Resumo

Este é um monitor de agregação do estado de funcionamento da função do site. Verifique os monitores de unidades para obter informações sobre as causas raiz e as resoluções.

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 Função do Site do ConfigMgr
A Função do Site {0} ({1}) no servidor {2} não está a funcionar corretamente.

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>