Web アプリケーション テストの可用性

Microsoft.SystemCenter.WebApplicationSolutions.WebTestAggregator.WebTest.DependencyMonitor (DependencyMonitor)

Web アプリケーション内ですべての Web テストの可用性を追跡する依存関係モニター

Knowledge Base article:

概要

このモニターは、ソリューションで定義されているすべての Web アプリケーション テストの状態を反映します。 異常な状態のテストが 1 つでもあると、モニターが赤に変わります。

原因

この Web アプリケーションの 1 つまたは複数のテストが異常な状態です。 異常な状態は、URL を使用できない、データの戻りが遅い、または予期されたデータが戻されていないことを示します。

解決策

Web アプリケーションの状態の表示を開き、異常な状態のテストを探します。 ヘルス エクスプローラーを開き、テストが異常な状態になった原因を調べます。

Element properties:

TargetMicrosoft.SystemCenter.WebApplicationSolutions.SingleUrlTest
Parent MonitorSystem.Health.AvailabilityState
AlgorithmWorstOf
Source MonitorSystem.Health.AvailabilityState
RelationshipMicrosoft.SystemCenter.WebApplicationSolutions.WebTest.IsMemberOf.WebTestAggregator
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityNormal
Alert Auto ResolveTrue
RemotableTrue
AccessibilityPublic
Alert Message
使用できない Web アプリケーションがあります
Web アプリケーションの可用性監視ソリューションで生成されるアラート メッセージ。Web アプリケーションの 1 つまたは複数のテストが失敗したことを意味します。

Source Code:

<DependencyMonitor ID="Microsoft.SystemCenter.WebApplicationSolutions.WebTestAggregator.WebTest.DependencyMonitor" Accessibility="Public" Enabled="true" Target="Microsoft.SystemCenter.WebApplicationSolutions.SingleUrlTest" ParentMonitorID="Health!System.Health.AvailabilityState" Remotable="true" Priority="Normal" RelationshipType="Microsoft.SystemCenter.WebApplicationSolutions.WebTest.IsMemberOf.WebTestAggregator" MemberMonitor="Health!System.Health.AvailabilityState">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="Microsoft.SystemCenter.WebApplicationSolutions.WebTestAggregator.WebTest.DependencyMonitor.AlertMessage">
<AlertOnState>Warning</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>MatchMonitorHealth</AlertSeverity>
<AlertParameters/>
</AlertSettings>
<Algorithm>WorstOf</Algorithm>
<MemberUnAvailable>Error</MemberUnAvailable>
</DependencyMonitor>