Microsoft.SystemCenter.ServiceProvider.PingFromGatewayProbe (ProbeActionModuleType)

Element properties:

TypeProbeActionModuleType
IsolationAny
AccessibilityPublic
RunAsDefault
InputTypeSystem.BaseData
OutputTypeSystem.CommandOutput

Member Modules:

ID Module Type TypeId RunAs 
PA1 ProbeAction System.CommandExecuterProbe Default

Overrideable Parameters:

IDParameterTypeSelector
ComputerNamestring$Config/ComputerName$

Source Code:

<ProbeActionModuleType ID="Microsoft.SystemCenter.ServiceProvider.PingFromGatewayProbe" Accessibility="Public" Batching="false" PassThrough="false">
<Configuration>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="ComputerName" type="xsd:string"/>
</Configuration>
<OverrideableParameters>
<OverrideableParameter ID="ComputerName" Selector="$Config/ComputerName$" ParameterType="string"/>
</OverrideableParameters>
<ModuleImplementation Isolation="Any">
<Composite>
<MemberModules>
<ProbeAction ID="PA1" TypeID="System!System.CommandExecuterProbe">
<ApplicationName>%WINDIR%\system32\ping.exe</ApplicationName>
<WorkingDirectory>%WINDIR%\system32</WorkingDirectory>
<CommandLine>-n 4 $Config/ComputerName$</CommandLine>
<TimeoutSeconds>15</TimeoutSeconds>
<RequireOutput>true</RequireOutput>
<Files/>
</ProbeAction>
</MemberModules>
<Composition>
<Node ID="PA1"/>
</Composition>
</Composite>
</ModuleImplementation>
<OutputType>System!System.CommandOutput</OutputType>
<InputType>System!System.BaseData</InputType>
</ProbeActionModuleType>