Ping Computer

Microsoft.SystemCenter.ManagedComputer.Ping.ICMPDiagnostic (Diagnostic)

Performs an ICMP ping against the computer.

Element properties:

TargetMicrosoft.Windows.Computer
MonitorMicrosoft.SystemCenter.Ping
RemotableTrue
Timeout300
Execute On StateError
CategoryMaintenance
Enabledtrue
AccessibilityInternal
CommentIn response to Ping Monitor, pings machine

Member Modules:

ID Module Type TypeId RunAs 
Ping ProbeAction Microsoft.SystemCenter.ICMPProbe Default

Source Code:

<Diagnostic ID="Microsoft.SystemCenter.ManagedComputer.Ping.ICMPDiagnostic" Comment="In response to Ping Monitor, pings machine" Accessibility="Internal" Enabled="true" Target="Windows!Microsoft.Windows.Computer" Monitor="Microsoft.SystemCenter.Ping" ExecuteOnState="Error" Remotable="true" Timeout="300">
<Category>Maintenance</Category>
<ProbeAction ID="Ping" TypeID="SCLibrary!Microsoft.SystemCenter.ICMPProbe">
<ComputerSourcePing>.</ComputerSourcePing>
<NetworkTargetToPing>$Target/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</NetworkTargetToPing>
</ProbeAction>
</Diagnostic>