Common Status Monitor

IBM.Storage.Storwize.V3700.Common.UnitMonitorType (UnitMonitorType)

Element properties:

RunAsDefault
AccessibilityPublic
Support Monitor RecalculateFalse

Member Modules:

ID Module Type TypeId RunAs 
IBM.Storage.Storwize.V3700.CommonMonitorDataSource DataSource System.Scheduler Default
CommonError ConditionDetection System.ExpressionFilter Default
CommonOK ConditionDetection System.ExpressionFilter Default
CommonWarning ConditionDetection System.ExpressionFilter Default

Overrideable Parameters:

IDParameterTypeSelectorDisplay NameDescription
IntervalSecondsint$Config/IntervalSeconds$Interval Seconds
TimeoutSecondsint$Config/TimeoutSeconds$Timeout Seconds

Source Code:

<UnitMonitorType ID="IBM.Storage.Storwize.V3700.Common.UnitMonitorType" Accessibility="Public">
<MonitorTypeStates>
<MonitorTypeState ID="MonitorStateOK" NoDetection="false"/>
<MonitorTypeState ID="MonitorStateWarning" NoDetection="false"/>
<MonitorTypeState ID="MonitorStateError" NoDetection="false"/>
</MonitorTypeStates>
<Configuration>
<xsd:element minOccurs="1" name="IntervalSeconds" type="xsd:integer"/>
<xsd:element minOccurs="1" name="TimeoutSeconds" type="xsd:integer"/>
<xsd:element minOccurs="1" name="MonitorTarget" type="xsd:string"/>
</Configuration>
<OverrideableParameters>
<OverrideableParameter ID="IntervalSeconds" Selector="$Config/IntervalSeconds$" ParameterType="int"/>
<OverrideableParameter ID="TimeoutSeconds" Selector="$Config/TimeoutSeconds$" ParameterType="int"/>
</OverrideableParameters>
<MonitorImplementation>
<MemberModules>
<DataSource ID="IBM.Storage.Storwize.V3700.CommonMonitorDataSource" TypeID="System!System.Scheduler">
<Scheduler>
<SimpleReccuringSchedule>
<Interval Unit="Seconds">$Config/IntervalSeconds$</Interval>
</SimpleReccuringSchedule>
<ExcludeDates/>
</Scheduler>
</DataSource>
<ConditionDetection ID="CommonOK" TypeID="System!System.ExpressionFilter">
<Expression>
<SimpleExpression>
<ValueExpression>
<Value Type="String">$Config/MonitorTarget$</Value>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">available</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</ConditionDetection>
<ConditionDetection ID="CommonWarning" TypeID="System!System.ExpressionFilter">
<Expression>
<SimpleExpression>
<ValueExpression>
<Value Type="String">$Config/MonitorTarget$</Value>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">warning</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</ConditionDetection>
<ConditionDetection ID="CommonError" TypeID="System!System.ExpressionFilter">
<Expression>
<SimpleExpression>
<ValueExpression>
<Value Type="String">$Config/MonitorTarget$</Value>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">unavailable</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</ConditionDetection>
</MemberModules>
<RegularDetections>
<RegularDetection MonitorTypeStateID="MonitorStateOK">
<Node ID="CommonOK">
<Node ID="IBM.Storage.Storwize.V3700.CommonMonitorDataSource"/>
</Node>
</RegularDetection>
<RegularDetection MonitorTypeStateID="MonitorStateWarning">
<Node ID="CommonWarning">
<Node ID="IBM.Storage.Storwize.V3700.CommonMonitorDataSource"/>
</Node>
</RegularDetection>
<RegularDetection MonitorTypeStateID="MonitorStateError">
<Node ID="CommonError">
<Node ID="IBM.Storage.Storwize.V3700.CommonMonitorDataSource"/>
</Node>
</RegularDetection>
</RegularDetections>
</MonitorImplementation>
</UnitMonitorType>