Dell Storage Controller Fan Sensor Probe

Dell.Storage.ControllerFanSensor.Probe (ProbeActionModuleType)

Element properties:

TypeProbeActionModuleType
IsolationAny
AccessibilityInternal
RunAsDefault
InputTypeSystem.BaseData
OutputTypeSystem.PropertyBagData

Member Modules:

ID Module Type TypeId RunAs 
Dell.Storage.GetFanSensorData ProbeAction Microsoft.Windows.WmiTriggerProbe Default

Source Code:

<ProbeActionModuleType ID="Dell.Storage.ControllerFanSensor.Probe" Accessibility="Internal" Batching="false" PassThrough="false">
<Configuration/>
<ModuleImplementation Isolation="Any">
<Composite>
<MemberModules>
<ProbeAction ID="Dell.Storage.GetFanSensorData" TypeID="Windows!Microsoft.Windows.WmiTriggerProbe">
<NameSpace>\\$Target/Host/Host/Host/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$\root\Dell\Storage</NameSpace>
<Query>
SELECT ChildStatus,
ControllerIndex,
CriticalLowerThreshold,
CriticalUpperThreshold,
CurrentRpm,
Index,
InstanceId,
InstanceName,
Name,
NormalMaximumRpm,
NormalMinimumRpm,
Status,
StatusMessage,
StorageCenterName,
StorageCenterSerialNumber,
UniqueName,
WarningLowerThreshold,
WarningUpperThreshold
FROM Dell_StorageCenterControllerFanSensor
</Query>
</ProbeAction>
</MemberModules>
<Composition>
<Node ID="Dell.Storage.GetFanSensorData"/>
</Composition>
</Composite>
</ModuleImplementation>
<OutputType>System!System.PropertyBagData</OutputType>
<InputType>System!System.BaseData</InputType>
</ProbeActionModuleType>