Zdroj dat pro zjišťování vlastností agenta APM

Microsoft.SystemCenter.Apm.ApmAgent.PropertiesDiscoveryDataSource (DataSourceModuleType)

Element properties:

TypeDataSourceModuleType
IsolationAny
AccessibilityInternal
RunAsDefault
OutputTypeSystem.Discovery.Data

Member Modules:

ID Module Type TypeId RunAs 
DataSource DataSource Microsoft.Windows.ExistingWin32ServiceDiscoveryProvider Default
Mapping ConditionDetection System.Discovery.ClassSnapshotDataMapper Default

Overrideable Parameters:

IDParameterTypeSelectorDisplay NameDescription
Frequencyint$Config/Frequency$Frekvence výstupu datového zdrojeFrekvence výstupu datového zdroje
EnableMonitoringAllWebApplicationsbool$Config/EnableMonitoringAllWebApplications$Povolit monitorování všech webových aplikacíPovolit monitorování všech webových aplikací
PerformanceThresholdint$Config/PerformanceThreshold$Prahová hodnota výkonuPrahová hodnota výkonu
SensitivityThresholdint$Config/SensitivityThreshold$Prahová hodnota citlivostiPrahová hodnota citlivosti
EnableAllCriticalExceptionsbool$Config/EnableAllCriticalExceptions$Povolit všechny kritické výjimkyPovolit všechny kritické výjimky
EnableDisableEventThrottlingbool$Config/EnableDisableEventThrottling$Povolit omezení událostíPovolit omezení událostí

Source Code:

<DataSourceModuleType ID="Microsoft.SystemCenter.Apm.ApmAgent.PropertiesDiscoveryDataSource" Accessibility="Internal">
<Configuration>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="ComputerName" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="ServiceName" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="Frequency" type="xsd:integer"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="ClassId" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="EnableMonitoringAllWebApplications" type="xsd:boolean"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="PerformanceThreshold" type="xsd:nonNegativeInteger"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="SensitivityThreshold" type="xsd:nonNegativeInteger"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="EnableAllCriticalExceptions" type="xsd:boolean"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="EnableDisableEventThrottling" type="xsd:boolean"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="PrincipalName" type="xsd:string"/>
</Configuration>
<OverrideableParameters>
<OverrideableParameter ID="Frequency" Selector="$Config/Frequency$" ParameterType="int"/>
<OverrideableParameter ID="EnableMonitoringAllWebApplications" Selector="$Config/EnableMonitoringAllWebApplications$" ParameterType="bool"/>
<OverrideableParameter ID="PerformanceThreshold" Selector="$Config/PerformanceThreshold$" ParameterType="int"/>
<OverrideableParameter ID="SensitivityThreshold" Selector="$Config/SensitivityThreshold$" ParameterType="int"/>
<OverrideableParameter ID="EnableAllCriticalExceptions" Selector="$Config/EnableAllCriticalExceptions$" ParameterType="bool"/>
<OverrideableParameter ID="EnableDisableEventThrottling" Selector="$Config/EnableDisableEventThrottling$" ParameterType="bool"/>
</OverrideableParameters>
<ModuleImplementation>
<Composite>
<MemberModules>
<DataSource TypeID="Windows!Microsoft.Windows.ExistingWin32ServiceDiscoveryProvider" ID="DataSource">
<ComputerName>$Config/ComputerName$</ComputerName>
<ServiceName>$Config/ServiceName$</ServiceName>
<Frequency>$Config/Frequency$</Frequency>
</DataSource>
<ConditionDetection ID="Mapping" TypeID="System!System.Discovery.ClassSnapshotDataMapper">
<ClassId>$Config/ClassId$</ClassId>
<InstanceSettings>
<Settings>
<Setting>
<Name>$MPElement[Name="Windows!Microsoft.Windows.Computer"]/PrincipalName$</Name>
<Value>$Config/PrincipalName$</Value>
</Setting>
<Setting>
<Name>$MPElement[Name='System!System.Entity']/DisplayName$</Name>
<Value>$Config/PrincipalName$</Value>
</Setting>
<Setting>
<Name>$MPElement[Name="Microsoft.SystemCenter.Apm.ApmAgent"]/EnableMonitoringAllWebApplications$</Name>
<Value>$Config/EnableMonitoringAllWebApplications$</Value>
</Setting>
<Setting>
<Name>$MPElement[Name="Microsoft.SystemCenter.Apm.ApmAgent"]/PerformanceThreshold$</Name>
<Value>$Config/PerformanceThreshold$</Value>
</Setting>
<Setting>
<Name>$MPElement[Name="Microsoft.SystemCenter.Apm.ApmAgent"]/SensitivityThreshold$</Name>
<Value>$Config/SensitivityThreshold$</Value>
</Setting>
<Setting>
<Name>$MPElement[Name="Microsoft.SystemCenter.Apm.ApmAgent"]/EnableAllCriticalExceptions$</Name>
<Value>$Config/EnableAllCriticalExceptions$</Value>
</Setting>
<Setting>
<Name>$MPElement[Name="Microsoft.SystemCenter.Apm.ApmAgent"]/EnableDisableEventThrottling$</Name>
<Value>$Config/EnableDisableEventThrottling$</Value>
</Setting>
</Settings>
</InstanceSettings>
</ConditionDetection>
</MemberModules>
<Composition>
<Node ID="Mapping">
<Node ID="DataSource"/>
</Node>
</Composition>
</Composite>
</ModuleImplementation>
<OutputType>System!System.Discovery.Data</OutputType>
</DataSourceModuleType>