Ping

System.NetworkManagement.Monitoring.PingTask (Task)

Pings the specified device from the management server which is responsible for managing the device

Element properties:

TargetSystem.NetworkManagement.Node
AccessibilityInternal
CategoryOperations
EnabledTrue
RemotableFalse
Timeout300

Member Modules:

ID Module Type TypeId RunAs 
PA ProbeAction System.CommandExecuterProbe Default

Source Code:

<Task ID="System.NetworkManagement.Monitoring.PingTask" Accessibility="Internal" Enabled="true" Target="NetworkLibrary!System.NetworkManagement.Node" Timeout="300" Remotable="true">
<Category>Operations</Category>
<ProbeAction ID="PA" TypeID="System!System.CommandExecuterProbe">
<ApplicationName>%windir%\system32\ping.exe</ApplicationName>
<WorkingDirectory/>
<CommandLine>$Target/Property[Type="NetworkLibrary!System.NetworkManagement.Node"]/SNMPAddress$</CommandLine>
<TimeoutSeconds>120</TimeoutSeconds>
<RequireOutput>true</RequireOutput>
</ProbeAction>
</Task>