AD İstemcisi Bağlantı İzleyicisi Türü

AD_Client_Connectivity.Monitortype (UnitMonitorType)

Element properties:

RunAsDefault
AccessibilityInternal
Support Monitor RecalculateFalse

Member Modules:

ID Module Type TypeId RunAs 
ScriptDS DataSource AD_Client_Connectivity.DataSource Default
FilterNotOK ConditionDetection System.ExpressionFilter Default
FilterOK ConditionDetection System.ExpressionFilter Default

Overrideable Parameters:

IDParameterTypeSelectorDisplay NameDescription
IntervalSecondsint$Config/IntervalSeconds$Aralık (saniye)
LogSuccessEventstring$Config/LogSuccessEvent$Başarılı Olayı Günlüğe Kaydet
BindThresholdstring$Config/BindThreshold$Bağlama Eşiği (msn)
PingThresholdstring$Config/PingThreshold$Ping Eşiği (msn)
FailureThresholdstring$Config/FailureThreshold$Hata Eşiği (msn)
SearchThresholdstring$Config/SearchThreshold$Arama Eşiği (msn)
TimeoutSecondsint$Config/TimeoutSeconds$Zaman Aşımı (saniye)
VerboseLoggingstring$Config/VerboseLogging$

Source Code:

<UnitMonitorType ID="AD_Client_Connectivity.Monitortype" Accessibility="Internal">
<MonitorTypeStates>
<MonitorTypeState ID="ClientConnectOK"/>
<MonitorTypeState ID="ClientConnectError"/>
</MonitorTypeStates>
<Configuration>
<xsd:element name="IntervalSeconds" type="xsd:int"/>
<xsd:element name="TargetComputerName" type="xsd:string"/>
<xsd:element name="LogSuccessEvent" type="xsd:boolean"/>
<xsd:element name="BindThreshold" type="xsd:string"/>
<xsd:element name="SearchThreshold" type="xsd:string"/>
<xsd:element name="FailureThreshold" type="xsd:string"/>
<xsd:element name="PingThreshold" type="xsd:string"/>
<xsd:element name="ManagementGroupName" type="xsd:string"/>
<xsd:element name="TimeoutSeconds" type="xsd:int"/>
<xsd:element name="VerboseLogging" type="xsd:boolean"/>
</Configuration>
<OverrideableParameters>
<OverrideableParameter ID="IntervalSeconds" ParameterType="int" Selector="$Config/IntervalSeconds$"/>
<OverrideableParameter ID="LogSuccessEvent" ParameterType="string" Selector="$Config/LogSuccessEvent$"/>
<OverrideableParameter ID="BindThreshold" ParameterType="string" Selector="$Config/BindThreshold$"/>
<OverrideableParameter ID="PingThreshold" ParameterType="string" Selector="$Config/PingThreshold$"/>
<OverrideableParameter ID="FailureThreshold" ParameterType="string" Selector="$Config/FailureThreshold$"/>
<OverrideableParameter ID="SearchThreshold" ParameterType="string" Selector="$Config/SearchThreshold$"/>
<OverrideableParameter ID="TimeoutSeconds" ParameterType="int" Selector="$Config/TimeoutSeconds$"/>
<OverrideableParameter ID="VerboseLogging" ParameterType="string" Selector="$Config/VerboseLogging$"/>
</OverrideableParameters>
<MonitorImplementation>
<MemberModules>
<DataSource ID="ScriptDS" TypeID="AD_Client_Connectivity.DataSource">
<IntervalSeconds>$Config/IntervalSeconds$</IntervalSeconds>
<TargetComputerName>$Config/TargetComputerName$</TargetComputerName>
<LogSuccessEvent>$Config/IntervalSeconds$</LogSuccessEvent>
<BindThreshold>$Config/BindThreshold$</BindThreshold>
<SearchThreshold>$Config/SearchThreshold$</SearchThreshold>
<FailureThreshold>$Config/FailureThreshold$</FailureThreshold>
<PingThreshold>$Config/PingThreshold$</PingThreshold>
<ManagementGroupName>$Config/ManagementGroupName$</ManagementGroupName>
<TimeoutSeconds>$Config/TimeoutSeconds$</TimeoutSeconds>
<VerboseLogging>$Config/VerboseLogging$</VerboseLogging>
</DataSource>
<ConditionDetection ID="FilterOK" TypeID="System!System.ExpressionFilter">
<Expression>
<RegExExpression>
<ValueExpression>
<XPathQuery>Property[@Name='State']</XPathQuery>
</ValueExpression>
<Operator>ContainsSubstring</Operator>
<Pattern>GOOD</Pattern>
</RegExExpression>
</Expression>
</ConditionDetection>
<ConditionDetection ID="FilterNotOK" TypeID="System!System.ExpressionFilter">
<Expression>
<RegExExpression>
<ValueExpression>
<XPathQuery>Property[@Name='State']</XPathQuery>
</ValueExpression>
<Operator>ContainsSubstring</Operator>
<Pattern>BAD</Pattern>
</RegExExpression>
</Expression>
</ConditionDetection>
</MemberModules>
<RegularDetections>
<RegularDetection MonitorTypeStateID="ClientConnectOK">
<Node ID="FilterOK">
<Node ID="ScriptDS"/>
</Node>
</RegularDetection>
<RegularDetection MonitorTypeStateID="ClientConnectError">
<Node ID="FilterNotOK">
<Node ID="ScriptDS"/>
</Node>
</RegularDetection>
</RegularDetections>
</MonitorImplementation>
</UnitMonitorType>