Обнаружение свойств агента APM

Microsoft.SystemCenter.Apm.ApmAgent.PropertiesDiscovery (Discovery)

Knowledge Base article:

Сводка

Это обнаружение задает свойства агента APM.

Element properties:

TargetMicrosoft.SystemCenter.Apm.ApmAgent
EnabledTrue
Frequency14400
RemotableFalse
CommentDiscovery of .NET APM agent properties

Object Discovery Details:

Discovered Classes and their attribuets:

Member Modules:

ID Module Type TypeId RunAs 
ApmAgentPropertiesDataSource DataSource Microsoft.SystemCenter.Apm.ApmAgent.PropertiesDiscoveryDataSource Default

Source Code:

<Discovery ID="Microsoft.SystemCenter.Apm.ApmAgent.PropertiesDiscovery" Enabled="true" Target="Microsoft.SystemCenter.Apm.ApmAgent" Comment="Discovery of .NET APM agent properties" ConfirmDelivery="false" Remotable="false" Priority="Normal">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="Microsoft.SystemCenter.Apm.ApmAgent">
<Property PropertyID="EnableMonitoringAllWebApplications" TypeID="Microsoft.SystemCenter.Apm.ApmAgent"/>
<Property PropertyID="PerformanceThreshold" TypeID="Microsoft.SystemCenter.Apm.ApmAgent"/>
<Property PropertyID="SensitivityThreshold" TypeID="Microsoft.SystemCenter.Apm.ApmAgent"/>
<Property PropertyID="EnableAllCriticalExceptions" TypeID="Microsoft.SystemCenter.Apm.ApmAgent"/>
<Property PropertyID="EnableDisableEventThrottling" TypeID="Microsoft.SystemCenter.Apm.ApmAgent"/>
</DiscoveryClass>
</DiscoveryTypes>
<DataSource ID="ApmAgentPropertiesDataSource" TypeID="Microsoft.SystemCenter.Apm.ApmAgent.PropertiesDiscoveryDataSource">
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<ServiceName>System Center Management APM</ServiceName>
<Frequency>14400</Frequency>
<ClassId>$MPElement[Name="Microsoft.SystemCenter.Apm.ApmAgent"]$</ClassId>
<EnableMonitoringAllWebApplications>false</EnableMonitoringAllWebApplications>
<PerformanceThreshold>5000</PerformanceThreshold>
<SensitivityThreshold>100</SensitivityThreshold>
<EnableAllCriticalExceptions>false</EnableAllCriticalExceptions>
<EnableDisableEventThrottling>true</EnableDisableEventThrottling>
<PrincipalName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</PrincipalName>
</DataSource>
</Discovery>