컴퓨터 Ping(경로 사용)

Microsoft.SystemCenter.HealthServiceWatcher.PingWithRoute (ConsoleTask)

pathping.exe를 사용하여 대상 컴퓨터의 경로를 표시하고 RTT(왕복 시간) 및 기타 유용한 통계를 계산합니다.

Element properties:

TargetMicrosoft.SystemCenter.HealthServiceWatcher
Application\%windir\%\system32\pathping.exe
WorkingDirectory
isRequireOutputTrue
AccessibilityInternal
EnabledTrue

Source Code:

<ConsoleTask ID="Microsoft.SystemCenter.HealthServiceWatcher.PingWithRoute" Accessibility="Internal" Enabled="true" Target="SCLibrary!Microsoft.SystemCenter.HealthServiceWatcher" RequireOutput="true" Category="MonitoringObject">
<Application>%windir%\system32\pathping.exe</Application>
<Parameters>
<Parameter>$Target/Property[Type="SCLibrary!Microsoft.SystemCenter.HealthServiceWatcher"]/HealthServiceName$</Parameter>
</Parameters>
<WorkingDirectory/>
</ConsoleTask>