[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Contains any overrideable configuration parameters in a monitor or module type definition.

Schema Hierarchy

ManagementPack
  TypeDefinitions
    ModuleTypes
      ConditionDetectionModuleType
        OverrideableParameters

Syntax

Xml
<OverrideableParameters>
  <OverrideableParameter ID=”ParameterID” ParameterType=”dataType” Selector=”$Config/ParameterID”/>
</OverrideableParameters>

Attributes and Elements

The following sections describe attributes, child elements, and the parent elements of the OverrideableParameters element.

Attributes

None.

Child Elements

Element Description

OverrideableParameter (ConditionDetectionModuleType)

Optional element. Represents an overrideable configuration parameter of the probe action module type.

Parent Elements

Element Description

DataSourceModuleType

Represents a data source module type definition in a management pack.

ConditionDetectionModuleType

Represents a condition detection module type definition in a management pack.

WriteActionModuleType

Represents a write action module type definition in a management pack.

See Also