회색 에이전트 연결 데이터 표시

Microsoft.SystemCenter.ShowGrayAgentConnectivityData.Task (Task)

이 작업은 에이전트가 회색으로 표시된 이유와 기간을 검색하는 데 사용될 수 있습니다.

Element properties:

TargetMicrosoft.SystemCenter.HealthServiceWatcher
AccessibilityInternal
CategoryMaintenance
EnabledTrue
RemotableFalse
Timeout300

Member Modules:

ID Module Type TypeId RunAs 
ShowGrayAgentConnectivityData WriteAction Microsoft.SystemCenter.ShowGrayAgentConnectivityData.WA Default

Source Code:

<Task ID="Microsoft.SystemCenter.ShowGrayAgentConnectivityData.Task" Accessibility="Internal" Enabled="true" Target="SCLibrary!Microsoft.SystemCenter.HealthServiceWatcher" Timeout="300" Remotable="false">
<Category>Maintenance</Category>
<WriteAction ID="ShowGrayAgentConnectivityData" TypeID="Microsoft.SystemCenter.ShowGrayAgentConnectivityData.WA">
<AgentName>$Target/Property[Type="SCLibrary!Microsoft.SystemCenter.HealthServiceWatcher"]/HealthServiceName$</AgentName>
<TimeoutSeconds>300</TimeoutSeconds>
</WriteAction>
</Task>