Монитор доступности диспетчера компонентов сайта

Microsoft.SystemCenter2012.ConfigurationManager.SiteComponentManager.AvailabilityMonitor (UnitMonitor)

Этот монитор проверяет состояние доступности для диспетчера компонентов сайта.

Knowledge Base article:

Сводка

Служба SMS_SITE_COMPONENT_MANAGER неисправна.

Причины

Данное состояние могло возникнуть по причине того, что компонент не отвечает. В течение ожидаемого интервала не был получен периодический сигнал от диспетчера компонентов сайта SMS. Причина может заключаться в больших нагрузках системы и процессов обработки Configuration Manager, увеличении ожидания запроса или блокировании двух потоков выполнения, когда каждый поток ждет освобождения ресурса, используемого другим потоком.

Решения

Проверьте, достаточно ли ресурсов у сервера узла, например ресурсов процессора, памяти или дискового пространства.

Проверьте, не был ли остановлен или удален зависимый компонент.

Element properties:

TargetMicrosoft.SystemCenter2012.ConfigurationManager.SiteComponentManager
Parent MonitorMicrosoft.SystemCenter2012.ConfigurationManager.RoleAggregateMonitor
CategoryConfigurationHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.SystemCenter2012.ConfigurationManager.ComponentAvailabilityMonitor
RemotableTrue
AccessibilityPublic
Alert Message
Диспетчер компонентов сайта не доступен
Недоступный диспетчер компонентов сайта на компьютере {0}.
RunAsDefault
CommentSIV:GEN0234

Source Code:

<UnitMonitor ID="Microsoft.SystemCenter2012.ConfigurationManager.SiteComponentManager.AvailabilityMonitor" Comment="SIV:GEN0234" Accessibility="Public" Enabled="onEssentialMonitoring" Target="SCCM!Microsoft.SystemCenter2012.ConfigurationManager.SiteComponentManager" ParentMonitorID="Microsoft.SystemCenter2012.ConfigurationManager.RoleAggregateMonitor" Remotable="true" Priority="Normal" TypeID="Microsoft.SystemCenter2012.ConfigurationManager.ComponentAvailabilityMonitor" ConfirmDelivery="true">
<Category>ConfigurationHealth</Category>
<AlertSettings AlertMessage="Microsoft.SystemCenter2012.ConfigurationManager.SiteComponentManager.AvailabilityMonitor_AlertMessageResourceID">
<AlertOnState>Warning</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>MatchMonitorHealth</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</AlertParameter1>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="Good" MonitorTypeStateID="Good" HealthState="Success"/>
<OperationalState ID="Warning" MonitorTypeStateID="Warning" HealthState="Warning"/>
<OperationalState ID="Error" MonitorTypeStateID="Error" HealthState="Error"/>
</OperationalStates>
<Configuration>
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</ComputerName>
<ComponentName>SMS_SITE_COMPONENT_MANAGER</ComponentName>
<IntervalSeconds>360</IntervalSeconds>
</Configuration>
</UnitMonitor>