Moniteur de point d'état de secours

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

Ce moniteur vérifie l'état de disponibilité du Point d'état de secours.

Knowledge Base article:

Résumé

Ce moniteur vérifie l'état de disponibilité du point d'état de secours. Le rôle de site met régulièrement à jour une clé de Registre pour indiquer son état sain selon la disponibilité de Internet Information Server. Elle déclenche une alerte si le service web ne répond pas à une demande HTTP.

Causes

Les causes possibles sont les suivantes :

Résolutions

Redémarrez manuellement le service W3SVC sur le point d'état de secours et assurez-vous que le rôle de point d'état de secours est démarré.

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
Point d'état de secours non disponible
Le point d'état de secours ConfigMgr sur l'ordinateur {0} n'est pas disponible.
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>