Computer ononderbroken pingen (ping -t)

Microsoft.SystemCenter.HealthServiceWatcher.PingContinuously (ConsoleTask)

Pingt de computer die wordt bewaakt door deze watcher totdat u het venster sluit.

Element properties:

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

Source Code:

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