应用客户端监视代理配置

Microsoft.SystemCenter.Apm.Library.CsmAgentApplyConfiguration (WriteActionModuleType)

Element properties:

TypeWriteActionModuleType
IsolationAny
AccessibilityInternal
RunAsSystem.PrivilegedMonitoringAccount
InputTypeSystem.BaseData

Overrideable Parameters:

IDParameterTypeSelectorDisplay NameDescription
CsmActionConfigstring$Config/CsmActionConfig$CSM.action.config 文件的路径此值用作 CSM.action.config 文件的正式版,它应为自定义配置文件的完整路径。替代此值将导致受影响的服务器上的 APM 服务从指定的位置(可以是网络共享)获取新的配置文件,然后将向导生成的配置合并到此文件中。通过 UI 控制的任何设置将覆盖在自定义配置文件中进行的更改。
CsmActionXsdstring$Config/CsmActionXsd$CSM.action.xsd 文件的路径此值用作 CSM.action.xsd 文件的正式版,它应为自定义配置文件的完整路径。替代此值将导致受影响的服务器上的 APM 服务从指定的位置(可以是网络共享)获取新的配置文件,然后将向导生成的配置合并到此文件中。通过 UI 控制的任何设置将覆盖在自定义配置文件中进行的更改。
CsmInstrumentConfigstring$Config/CsmInstrumentConfig$CSM.instrument.config 文件的路径此值用作 CSM.instrument.config 文件的正式版,它应为自定义配置文件的完整路径。替代此值将导致受影响的服务器上的 APM 服务从指定的位置(可以是网络共享)获取新的配置文件,然后将向导生成的配置合并到此文件中。通过 UI 控制的任何设置将覆盖在自定义配置文件中进行的更改。
CsmTransactionConfigstring$Config/CsmTransactionConfig$StatisticCounters.Transaction.config 文件的路径此值用作 StatisticCounters.Transaction.config 文件的正式版,它应为自定义配置文件的完整路径。替代此值将导致受影响的服务器上的 APM 服务从指定的位置(可以是网络共享)获取新的配置文件,然后将向导生成的配置合并到此文件中。通过 UI 控制的任何设置将覆盖在自定义配置文件中进行的更改。
CsmTransactionXsdstring$Config/CsmTransactionXsd$StatisticCounters.Transaction.xsd 文件的路径此值用作 StatisticCounters.Transaction.xsd 文件的正式版,它应为自定义配置文件的完整路径。替代此值将导致受影响的服务器上的 APM 服务从指定的位置(可以是网络共享)获取新的配置文件,然后将向导生成的配置合并到此文件中。通过 UI 控制的任何设置将覆盖在自定义配置文件中进行的更改。
CsmCollectorConfigstring$Config/CsmCollectorConfig$CSM.collector.config 文件的路径此值用作 CSM.collector.config 文件的正式版,它应为自定义配置文件的完整路径。替代此值将导致受影响的服务器上的 APM 服务从指定的位置(可以是网络共享)获取新的配置文件,然后将向导生成的配置合并到此文件中。通过 UI 控制的任何设置将覆盖在自定义配置文件中进行的更改。
CsmCollectorXsdstring$Config/CsmCollectorXsd$CSM.collector.xsd 文件的路径此值用作 CSM.collector.xsd 文件的正式版,它应为自定义配置文件的完整路径。替代此值将导致受影响的服务器上的 APM 服务从指定的位置(可以是网络共享)获取新的配置文件,然后将向导生成的配置合并到此文件中。通过 UI 控制的任何设置将覆盖在自定义配置文件中进行的更改。
EncryptionSettingsstring$Config/EncryptionSettings$加密设置该参数保留客户端监视的加密设置。

Source Code:

<WriteActionModuleType ID="Microsoft.SystemCenter.Apm.Library.CsmAgentApplyConfiguration" Accessibility="Internal" RunAs="System!System.PrivilegedMonitoringAccount">
<Configuration>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="Id" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="ManagementGroupName" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="ManagementGroupId" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="ApplicationGroupName" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="CsmActionConfig" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="CsmActionXsd" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="CsmInstrumentConfig" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="MonitorXsd" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="CsmTransactionConfig" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="CsmTransactionXsd" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="CsmCollectorConfig" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="CsmCollectorXsd" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="EncryptionSettings" type="xsd:string"/>
</Configuration>
<OverrideableParameters>
<OverrideableParameter ID="CsmActionConfig" Selector="$Config/CsmActionConfig$" ParameterType="string"/>
<OverrideableParameter ID="CsmActionXsd" Selector="$Config/CsmActionXsd$" ParameterType="string"/>
<OverrideableParameter ID="CsmInstrumentConfig" Selector="$Config/CsmInstrumentConfig$" ParameterType="string"/>
<OverrideableParameter ID="CsmTransactionConfig" Selector="$Config/CsmTransactionConfig$" ParameterType="string"/>
<OverrideableParameter ID="CsmTransactionXsd" Selector="$Config/CsmTransactionXsd$" ParameterType="string"/>
<OverrideableParameter ID="CsmCollectorConfig" Selector="$Config/CsmCollectorConfig$" ParameterType="string"/>
<OverrideableParameter ID="CsmCollectorXsd" Selector="$Config/CsmCollectorXsd$" ParameterType="string"/>
<OverrideableParameter ID="EncryptionSettings" Selector="$Config/EncryptionSettings$" ParameterType="string"/>
</OverrideableParameters>
<ModuleImplementation>
<Managed>
<Assembly>Res.Microsoft.SystemCenter.Apm.LibraryConfigManager</Assembly>
<Type>Microsoft.EnterpriseManagement.Modules.Apm.LibraryConfigManager.WriteActions.CsmAgentConfigurationWriteAction</Type>
</Managed>
</ModuleImplementation>
<InputType>System!System.BaseData</InputType>
</WriteActionModuleType>