回退状态点监视器

Microsoft.SystemCenter2012.ConfigurationManager.FallbackStatusPoint.ComponentMonitor (UnitMonitor)

此监视器检查回退状态点的可用性状态。

Knowledge Base article:

摘要

此监视器检查回退状态点的可用性状态。 该站点角色定期更新注册表项以根据 Internet Information Server 可用性指明其正常状态。 如果 Web 服务无法响应 HTTP 请求,则它会发出警报。

原因

下面是可能的原因:

解决方法

手动重新启动回退状态点上的 W3SVC 服务,并确保已启动回退状态点角色。

Element properties:

TargetMicrosoft.SystemCenter2012.ConfigurationManager.FallbackStatusPoint
Parent MonitorMicrosoft.SystemCenter2012.ConfigurationManager.RoleAggregateMonitor
CategoryConfigurationHealth
EnabledFalse
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.SystemCenter2012.ConfigurationManager.ComponentAvailabilityMonitor
RemotableTrue
AccessibilityPublic
Alert Message
回退状态点不可用
计算机 {0} 上的 ConfigMgr 回退状态点不可用。
RunAsDefault
CommentSIV:GEN0251

Source Code:

<UnitMonitor ID="Microsoft.SystemCenter2012.ConfigurationManager.FallbackStatusPoint.ComponentMonitor" Comment="SIV:GEN0251" Accessibility="Public" Enabled="false" Target="SCCM!Microsoft.SystemCenter2012.ConfigurationManager.FallbackStatusPoint" ParentMonitorID="Microsoft.SystemCenter2012.ConfigurationManager.RoleAggregateMonitor" Remotable="true" Priority="Normal" TypeID="Microsoft.SystemCenter2012.ConfigurationManager.ComponentAvailabilityMonitor" ConfirmDelivery="true">
<Category>ConfigurationHealth</Category>
<AlertSettings AlertMessage="Microsoft.SystemCenter2012.ConfigurationManager.FallbackStatusPoint.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_FALLBACK_STATUS_POINT</ComponentName>
<IntervalSeconds>360</IntervalSeconds>
</Configuration>
</UnitMonitor>