Монитор доступности средства формирования сводных данных по сообщениям о состоянии компонента

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

Этот монитор проверяет состояние доступности для средства формирования сводных данных по сообщениям о состоянии компонента.

Knowledge Base article:

Сводка

Это правило создает оповещение в том случае, когда компонент средства формирования сводных данных по сообщениям о состоянии компонента в роли сервера сайта находится в неработоспособном состоянии.

Причины

Такое оповещение может быть вызвано одной из следующих причин:

Решения

Element properties:

TargetMicrosoft.SystemCenter2012.ConfigurationManager.ComponentStatusSummarizer
Parent MonitorMicrosoft.SystemCenter2012.ConfigurationManager.ComponentAggregateMonitor
CategoryConfigurationHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.SystemCenter2012.ConfigurationManager.ComponentAvailabilityMonitor
RemotableTrue
AccessibilityPublic
Alert Message
Средство формирования сводных данных по сообщениям о состоянии компонента не доступно
Недоступное средство формирования сводных данных по сообщениям о состоянии компонента на компьютере {0}.
RunAsDefault
CommentSIV:GEN0236

Source Code:

<UnitMonitor ID="Microsoft.SystemCenter2012.ConfigurationManager.ComponentStatusSummarizer.AvailabilityMonitor" Comment="SIV:GEN0236" Accessibility="Public" Enabled="onEssentialMonitoring" Target="SCCM!Microsoft.SystemCenter2012.ConfigurationManager.ComponentStatusSummarizer" ParentMonitorID="Microsoft.SystemCenter2012.ConfigurationManager.ComponentAggregateMonitor" Remotable="true" Priority="Normal" TypeID="Microsoft.SystemCenter2012.ConfigurationManager.ComponentAvailabilityMonitor" ConfirmDelivery="true">
<Category>ConfigurationHealth</Category>
<AlertSettings AlertMessage="Microsoft.SystemCenter2012.ConfigurationManager.ComponentStatusSummarizer.AvailabilityMonitor_AlertMessageResourceID">
<AlertOnState>Warning</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>MatchMonitorHealth</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Target/Host/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/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</ComputerName>
<ComponentName>SMS_COMPONENT_STATUS_SUMMARIZER</ComponentName>
<IntervalSeconds>360</IntervalSeconds>
</Configuration>
</UnitMonitor>