Duplicate IP Monitor

System.NetworkManagement.DuplicateIPMonitorType (UnitMonitorType)

Duplicate IP monitor type

Element properties:

RunAsDefault
AccessibilityInternal
Support Monitor RecalculateFalse

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource System.SimpleScheduler Default
DuplicateIPDetected ConditionDetection System.NetworkManagement.ExpressionFilter Default

Source Code:

<UnitMonitorType ID="System.NetworkManagement.DuplicateIPMonitorType" Accessibility="Internal">
<MonitorTypeStates>
<MonitorTypeState ID="State_DuplicateIPDetected" NoDetection="false"/>
<MonitorTypeState ID="State_DuplicateIPClear" NoDetection="true"/>
</MonitorTypeStates>
<Configuration/>
<OverrideableParameters/>
<MonitorImplementation>
<MemberModules>
<DataSource ID="DS" TypeID="System!System.SimpleScheduler">
<IntervalSeconds>86400</IntervalSeconds>
<SyncTime/>
</DataSource>
<ConditionDetection ID="DuplicateIPDetected" TypeID="System.NetworkManagement.ExpressionFilter">
<Expression>
<SimpleExpression>
<ValueExpression>
<Value Type="UnsignedInteger">1</Value>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="UnsignedInteger">1</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<SuppressionSettings>
<MatchCount>1</MatchCount>
<SampleCount>1</SampleCount>
</SuppressionSettings>
</ConditionDetection>
</MemberModules>
<RegularDetections>
<RegularDetection MonitorTypeStateID="State_DuplicateIPDetected">
<Node ID="DuplicateIPDetected">
<Node ID="DS"/>
</Node>
</RegularDetection>
</RegularDetections>
</MonitorImplementation>
</UnitMonitorType>