Moniteur de l'observateur de console de rapport

Microsoft.SystemCenter.ReportConsoleWatcherMonitor (UnitMonitor)

Cette analyse vérifie la disponibilité de la console de rapport d'Operations Manager en exécutant une simple commande http ping de la console de rapport.

Knowledge Base article:

Résumé

La console de rapport n'est pas disponible. Cela a été détecté en envoyant une commande ping à l'URL de rapports à partir du serveur de rapports. Par défaut, cette analyse envoie une commande ping à l'URL de rapports toutes les 15 minutes.

Causes

Cela peut se produire si le site Web hébergeant l'URL de rapports n'est pas accessible ou est arrêtée.

Résolutions

Essayez les étapes de dépannage suivantes pour tenter de résoudre le problème :

Element properties:

TargetMicrosoft.SystemCenter.ReportConsoleWatcher
Parent MonitorSystem.Health.AvailabilityState
CategoryStateCollection
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityHigh
Alert Auto ResolveTrue
Monitor TypeMicrosoft.OperationsManager.WebInterfaceWatcher.MonitorType
RemotableTrue
AccessibilityPublic
Alert Message
Console de rapport d'Operations Manager non disponible
La console de rapport sur le serveur {0} n'est pas disponible
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.SystemCenter.ReportConsoleWatcherMonitor" Accessibility="Public" Enabled="true" Target="SCLibrary!Microsoft.SystemCenter.ReportConsoleWatcher" ParentMonitorID="Health!System.Health.AvailabilityState" Remotable="true" Priority="Normal" TypeID="Microsoft.OperationsManager.WebInterfaceWatcher.MonitorType" ConfirmDelivery="true">
<Category>StateCollection</Category>
<AlertSettings AlertMessage="Microsoft.SystemCenter.ReportConsoleWatcherMonitor.AlertMessage">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>High</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</AlertParameter1>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="Healthy" MonitorTypeStateID="Healthy" HealthState="Success"/>
<OperationalState ID="Critical" MonitorTypeStateID="Critical" HealthState="Error"/>
</OperationalStates>
<Configuration>
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<UrlToCheck>$Target/Property[Type="SCLibrary!Microsoft.SystemCenter.ReportConsoleWatcher"]/ReportConsoleUrl$</UrlToCheck>
<IntervalSeconds>900</IntervalSeconds>
<TimeoutSeconds>300</TimeoutSeconds>
<SyncTime/>
<DebugFlag>false</DebugFlag>
<Threshold>3</Threshold>
<SetProxyDirect>false</SetProxyDirect>
</Configuration>
</UnitMonitor>