EMC Storage Integrator ICMP Ping Diagnostic Wrapper Probe

EMC.SI.DiagnosticTask.ICMPPingDiagnosticWrapperProbe (ProbeActionModuleType)

Probe action to do an ICMP Ping of the WSI Service host computer.

Element properties:

TypeProbeActionModuleType
IsolationAny
AccessibilityPublic
RunAsEMC.SI.MonitoringAccount
InputTypeSystem.BaseData
OutputTypeSystem.PropertyBagData

Member Modules:

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

Source Code:

<ProbeActionModuleType ID="EMC.SI.DiagnosticTask.ICMPPingDiagnosticWrapperProbe" Accessibility="Public" RunAs="ESILib!EMC.SI.MonitoringAccount" Batching="false" PassThrough="false">
<Configuration>
<xsd:element minOccurs="1" name="ComputerName" type="xsd:string"/>
</Configuration>
<ModuleImplementation Isolation="Any">
<Composite>
<MemberModules>
<ProbeAction ID="Ping" TypeID="SCLib!Microsoft.SystemCenter.ICMPProbe">
<ComputerSourcePing>.</ComputerSourcePing>
<NetworkTargetToPing>$Config/ComputerName$</NetworkTargetToPing>
</ProbeAction>
</MemberModules>
<Composition>
<Node ID="Ping"/>
</Composition>
</Composite>
</ModuleImplementation>
<OutputType>System!System.PropertyBagData</OutputType>
<InputType>System!System.BaseData</InputType>
</ProbeActionModuleType>