AD Database and Log Performance Datasource

AD_Database_and_Log.PerfDataSource (DataSourceModuleType)

Element properties:

TypeDataSourceModuleType
IsolationAny
AccessibilityInternal
RunAsDefault
OutputTypeSystem.Performance.Data

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource AD_Database_and_Log.DataSource Default
PerfMapper ConditionDetection System.Performance.DataGenericMapper Default

Overrideable Parameters:

IDParameterTypeSelectorDisplay NameDescription
IntervalSecondsint$Config/IntervalSeconds$Interval Seconds
LogSuccessEventstring$Config/LogSuccessEvent$Log Success Event
Threshold_DITstring$Config/Threshold_DIT$Threshold_DIT
Boundary_DITstring$Config/Boundary_DIT$Boundary_DIT
Boundary_LOGstring$Config/Boundary_LOG$Boundary_LOG
Threshold_LOGstring$Config/Threshold_LOG$Threshold_LOG
TimeoutSecondsint$Config/TimeoutSeconds$Timeout Seconds

Source Code:

<DataSourceModuleType ID="AD_Database_and_Log.PerfDataSource" Accessibility="Internal" Batching="false">
<Configuration>
<xsd:element name="IntervalSeconds" type="xsd:int"/>
<xsd:element name="TargetComputerName" type="xsd:string"/>
<xsd:element name="TargetNetbiosDomain" type="xsd:string"/>
<xsd:element name="LogSuccessEvent" type="xsd:boolean"/>
<xsd:element name="ManagementGroupName" type="xsd:string"/>
<xsd:element name="Threshold_DIT" type="xsd:string"/>
<xsd:element name="Boundary_DIT" type="xsd:string"/>
<xsd:element name="Boundary_LOG" type="xsd:string"/>
<xsd:element name="Threshold_LOG" type="xsd:string"/>
<xsd:element name="TimeoutSeconds" type="xsd:int"/>
</Configuration>
<OverrideableParameters>
<OverrideableParameter ID="IntervalSeconds" Selector="$Config/IntervalSeconds$" ParameterType="int"/>
<OverrideableParameter ID="LogSuccessEvent" Selector="$Config/LogSuccessEvent$" ParameterType="string"/>
<OverrideableParameter ID="Threshold_DIT" Selector="$Config/Threshold_DIT$" ParameterType="string"/>
<OverrideableParameter ID="Boundary_DIT" Selector="$Config/Boundary_DIT$" ParameterType="string"/>
<OverrideableParameter ID="Boundary_LOG" Selector="$Config/Boundary_LOG$" ParameterType="string"/>
<OverrideableParameter ID="Threshold_LOG" Selector="$Config/Threshold_LOG$" ParameterType="string"/>
<OverrideableParameter ID="TimeoutSeconds" Selector="$Config/TimeoutSeconds$" ParameterType="int"/>
</OverrideableParameters>
<ModuleImplementation Isolation="Any">
<Composite>
<MemberModules>
<DataSource ID="DS" TypeID="AD_Database_and_Log.DataSource">
<IntervalSeconds>$Config/IntervalSeconds$</IntervalSeconds>
<TargetComputerName>$Config/TargetComputerName$</TargetComputerName>
<TargetNetbiosDomain>$Config/TargetNetbiosDomain$</TargetNetbiosDomain>
<LogSuccessEvent>$Config/LogSuccessEvent$</LogSuccessEvent>
<ManagementGroupName>$Config/ManagementGroupName$</ManagementGroupName>
<Threshold_DIT>$Config/Threshold_DIT$</Threshold_DIT>
<Boundary_DIT>$Config/Boundary_DIT$</Boundary_DIT>
<Boundary_LOG>$Config/Boundary_LOG$</Boundary_LOG>
<Threshold_LOG>$Config/Threshold_LOG$</Threshold_LOG>
<TimeoutSeconds>$Config/TimeoutSeconds$</TimeoutSeconds>
</DataSource>
<ConditionDetection ID="PerfMapper" TypeID="SystemPerf!System.Performance.DataGenericMapper">
<ObjectName>AD Storage</ObjectName>
<CounterName>$Data/Property[@Name='StatusCounter']$</CounterName>
<InstanceName>$Data/Property[@Name='StatusInstance']$</InstanceName>
<Value>$Data/Property[@Name='StatusValue']$</Value>
</ConditionDetection>
</MemberModules>
<Composition>
<Node ID="PerfMapper">
<Node ID="DS"/>
</Node>
</Composition>
</Composite>
</ModuleImplementation>
<OutputType>SystemPerf!System.Performance.Data</OutputType>
</DataSourceModuleType>