웹 응용 프로그램 테스트 가용성

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

웹 응용 프로그램 내의 모든 테스트에 대한 웹 테스트 가용성을 추적하기 위한 종속성 모니터입니다.

Knowledge Base article:

요약

이 모니터는 솔루션에 정의된 모든 웹 응용 프로그램 테스트의 상태를 반영합니다. 이 모니터는 하나 이상의 테스트가 비정상 상태이면 빨간색으로 바뀝니다.

원인

이 웹 응용 프로그램에서 하나 이상의 테스트가 비정상 상태입니다. 비정상 상태는 URL을 사용할 수 없거나 데이터 반환 속도가 매우 느리거나 필요한 데이터를 반환하지 않는 것입니다.

해결 방법

웹 응용 프로그램 상태 보기로 이동하여 비정상 상태 테스트를 찾습니다. 그런 다음 상태 탐색기를 열어 테스트가 비정상 상태인 이유를 확인합니다.

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
하나 이상의 웹 응용 프로그램을 사용할 수 없음
웹 응용 프로그램 가용성 모니터링 솔루션에서 생성되는 경고 메시지로서 웹 응용 프로그램에서 하나 이상의 테스트가 실패했음을 의미합니다.

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>