UNIX/Linux WS-Management Heartbeat ICMP Diagnostic

Microsoft.Unix.WSMan.Heartbeat.ICMP.Diagnostic (Diagnostic)

Element properties:

TargetMicrosoft.Unix.Computer
MonitorMicrosoft.Unix.WSMan.Heartbeat.Monitor
RemotableTrue
Timeout300
Execute On StateError
CategoryMaintenance
Enabledtrue
AccessibilityInternal

Member Modules:

ID Module Type TypeId RunAs 
Ping ProbeAction System.CommandExecuterProbe Default

Source Code:

<Diagnostic ID="Microsoft.Unix.WSMan.Heartbeat.ICMP.Diagnostic" Enabled="true" Target="Microsoft.Unix.Computer" Monitor="Microsoft.Unix.WSMan.Heartbeat.Monitor" ExecuteOnState="Error" Accessibility="Internal">
<Category>Maintenance</Category>
<ProbeAction ID="Ping" TypeID="System!System.CommandExecuterProbe">
<ApplicationName>%SystemRoot%\System32\ping.exe</ApplicationName>
<WorkingDirectory/>
<CommandLine>$Target/Property[Type="Microsoft.Unix.Computer"]/NetworkName$</CommandLine>
<TimeoutSeconds>15</TimeoutSeconds>
<RequireOutput>true</RequireOutput>
</ProbeAction>
</Diagnostic>