EMC SI Pool Capacity Performance Data Source

EMC.SI.StoragePoolCapacity.PerfDataSource (DataSourceModuleType)

This data source gets storage pool capacity performance data.

Element properties:

TypeDataSourceModuleType
IsolationAny
AccessibilityPublic
RunAsEMC.SI.MonitoringAccount
OutputTypeSystem.Performance.Data

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource EMC.SI.StoragePoolCapacity.DataSource Default
Filter ConditionDetection System.ExpressionFilter Default
PerfMapper ConditionDetection System.Performance.DataGenericMapper Default

Overrideable Parameters:

IDParameterTypeSelectorDisplay NameDescription
IntervalSecondsint$Config/IntervalSeconds$Interval (sec)Interval at which monitor is executed
TimeoutSecondsint$Config/TimeoutSeconds$Timeout Value (sec)Execution time limit for the data collection
DebugLevelint$Config/DebugLevel$Trace LevelTrace Level : 0 - no tracing events logged, higher than 0 - tracing events logged to Operations Manager event log

Source Code:

<DataSourceModuleType ID="EMC.SI.StoragePoolCapacity.PerfDataSource" Accessibility="Public" RunAs="ESILib!EMC.SI.MonitoringAccount" Batching="false">
<Configuration>
<xsd:element name="IntervalSeconds" type="xsd:int"/>
<xsd:element name="ESIServiceHost" type="xsd:string"/>
<xsd:element name="Port" type="xsd:integer"/>
<xsd:element name="ProxyServer" type="xsd:string"/>
<xsd:element name="BypassList" type="xsd:string"/>
<xsd:element name="IgonreCertificateErrors" type="xsd:boolean"/>
<xsd:element name="HTTPStoHTTPFallBack" type="xsd:boolean"/>
<xsd:element name="UserName" type="xsd:string"/>
<xsd:element name="Password" type="xsd:string"/>
<xsd:element name="StorageSystemID" type="xsd:string"/>
<xsd:element name="StoragePoolID" type="xsd:string"/>
<xsd:element name="CounterName" type="xsd:string"/>
<xsd:element name="TimeoutSeconds" type="xsd:int"/>
<xsd:element name="DebugLevel" type="xsd:int"/>
</Configuration>
<OverrideableParameters>
<OverrideableParameter ID="IntervalSeconds" Selector="$Config/IntervalSeconds$" ParameterType="int"/>
<OverrideableParameter ID="TimeoutSeconds" Selector="$Config/TimeoutSeconds$" ParameterType="int"/>
<OverrideableParameter ID="DebugLevel" Selector="$Config/DebugLevel$" ParameterType="int"/>
</OverrideableParameters>
<ModuleImplementation Isolation="Any">
<Composite>
<MemberModules>
<DataSource ID="DS" TypeID="EMC.SI.StoragePoolCapacity.DataSource">
<IntervalSeconds>$Config/IntervalSeconds$</IntervalSeconds>
<ESIServiceHost>$Config/ESIServiceHost$</ESIServiceHost>
<Port>$Config/Port$</Port>
<ProxyServer>$Config/ProxyServer$</ProxyServer>
<BypassList>$Config/BypassList$</BypassList>
<IgonreCertificateErrors>$Config/IgonreCertificateErrors$</IgonreCertificateErrors>
<HTTPStoHTTPFallBack>$Config/HTTPStoHTTPFallBack$</HTTPStoHTTPFallBack>
<UserName>$Config/UserName$</UserName>
<Password>$Config/Password$</Password>
<StorageSystemID>$Config/StorageSystemID$</StorageSystemID>
<TimeoutSeconds>$Config/TimeoutSeconds$</TimeoutSeconds>
<DebugLevel>$Config/DebugLevel$</DebugLevel>
</DataSource>
<ConditionDetection ID="PerfMapper" TypeID="SystemPerf!System.Performance.DataGenericMapper">
<ObjectName>$Data/Property[@Name='StatusObject']$</ObjectName>
<CounterName>$Data/Property[@Name='StatusCounter']$</CounterName>
<InstanceName>$Data/Property[@Name='StatusInstance']$</InstanceName>
<Value>$Data/Property[@Name='StatusValue']$</Value>
</ConditionDetection>
<ConditionDetection ID="Filter" TypeID="System!System.ExpressionFilter">
<Expression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">InstanceName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">$Config/StoragePoolID$</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">CounterName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">$Config/CounterName$</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</Expression>
</ConditionDetection>
</MemberModules>
<Composition>
<Node ID="Filter">
<Node ID="PerfMapper">
<Node ID="DS"/>
</Node>
</Node>
</Composition>
</Composite>
</ModuleImplementation>
<OutputType>SystemPerf!System.Performance.Data</OutputType>
</DataSourceModuleType>