스크립트 상태 저장 반복 이벤트 유닛 모니터 유형

ScriptInstanceStatefulRepeatedEventsUnitMonitorType.Execute_Test_UMConnectivity_Local_Voice_diagnostic_cmdlet._Report_Collection_ (UnitMonitorType)

Element properties:

RunAsDefault
AccessibilityPublic
Support Monitor RecalculateFalse

Member Modules:

ID Module Type TypeId RunAs 
ScriptEvents DataSource ScriptInstanceEventMapperDST.Execute_Test_UMConnectivity_Local_Voice_diagnostic_cmdlet._Report_Collection_ Default
ConsolidatorCondition ConditionDetection System.ConsolidatorCondition Default
GoodStateCondition ConditionDetection System.ExpressionFilter Default
ProblemStateCondition ConditionDetection System.ExpressionFilter Default

Overrideable Parameters:

IDParameterTypeSelectorDisplay NameDescription
TimeWindowInSecondsint$Config/TimeWindowInSeconds$기간이 모니터 상태가 문제 상태로 변경되기 위해 이벤트의 '반복 임계값' 수가 발생해야 하는 동안의 슬라이딩 시간(초)입니다.
RepeatThresholdint$Config/RepeatThreshold$반복 임계값이 모니터의 상태가 문제 상태로 변경되기 위해 '기간' 내에 이 모니터에 대해 발생해야 하는 이벤트 횟수를 정의한 값입니다.

Source Code:

<UnitMonitorType ID="ScriptInstanceStatefulRepeatedEventsUnitMonitorType.Execute_Test_UMConnectivity_Local_Voice_diagnostic_cmdlet._Report_Collection_" Accessibility="Public">
<MonitorTypeStates>
<MonitorTypeState ID="GoodState" NoDetection="false"/>
<MonitorTypeState ID="ProblemState" NoDetection="false"/>
</MonitorTypeStates>
<Configuration>
<IncludeSchemaTypes>
<SchemaType>System!System.ExpressionEvaluatorSchema</SchemaType>
</IncludeSchemaTypes>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="MonitorType" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="VoteWeight" minOccurs="0" maxOccurs="1" type="xsd:int"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="TimeWindowInSeconds" minOccurs="1" maxOccurs="1" type="xsd:int"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="RepeatThreshold" minOccurs="1" maxOccurs="1" type="xsd:int"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="GoodStateExpression" type="ExpressionType"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="ProblemStateExpression" type="ExpressionType"/>
</Configuration>
<OverrideableParameters>
<OverrideableParameter ID="TimeWindowInSeconds" ParameterType="int" Selector="$Config/TimeWindowInSeconds$"/>
<OverrideableParameter ID="RepeatThreshold" ParameterType="int" Selector="$Config/RepeatThreshold$"/>
</OverrideableParameters>
<MonitorImplementation>
<MemberModules>
<DataSource ID="ScriptEvents" TypeID="ScriptInstanceEventMapperDST.Execute_Test_UMConnectivity_Local_Voice_diagnostic_cmdlet._Report_Collection_"/>
<ConditionDetection ID="GoodStateCondition" TypeID="System!System.ExpressionFilter">
<Expression>$Config/GoodStateExpression$</Expression>
</ConditionDetection>
<ConditionDetection ID="ProblemStateCondition" TypeID="System!System.ExpressionFilter">
<Expression>$Config/ProblemStateExpression$</Expression>
</ConditionDetection>
<ConditionDetection ID="ConsolidatorCondition" TypeID="System!System.ConsolidatorCondition">
<Consolidator>
<ConsolidationProperties/>
<TimeControl>
<WithinTimeSchedule>
<Interval>$Config/TimeWindowInSeconds$</Interval>
</WithinTimeSchedule>
</TimeControl>
<CountingCondition>
<Count>$Config/RepeatThreshold$</Count>
<CountMode>OnNewItemTestOutputRestart_OnTimerSlideByOne</CountMode>
</CountingCondition>
</Consolidator>
</ConditionDetection>
</MemberModules>
<RegularDetections>
<RegularDetection MonitorTypeStateID="GoodState">
<Node ID="GoodStateCondition">
<Node ID="ScriptEvents"/>
</Node>
</RegularDetection>
<RegularDetection MonitorTypeStateID="ProblemState">
<Node ID="ConsolidatorCondition">
<Node ID="ProblemStateCondition">
<Node ID="ScriptEvents"/>
</Node>
</Node>
</RegularDetection>
</RegularDetections>
</MonitorImplementation>
</UnitMonitorType>