ConditionDetection (Recovery)
Applies To: Operations Manager 2007 R2, System Center Operations Manager 2007
Represents an implementation of a condition detection module type definition.
Schema Hierarchy
ManagementPack
Monitoring
Recoveries
Recovery
ConditionDetection (Recovery)
Syntax
<ConditionDetection ID=”ModuleID” Comment=”Comment” TypeID=”ModuleTypeID”>
Custom Schema Defined Parameters
</ConditionDetection>
Attributes and Elements
The following sections describe attributes, child elements, and the parent element of the ConditionDetection element.
Attributes
Attribute | Description |
---|---|
ID |
Required attribute. Represents the identity of the element. |
Comment |
Optional attribute. Represents commentary by the management pack author. |
TypeID |
Required attribute. Represents the ConditionDetection module type definition from which this ConditionDetection module inherits its configuration schema. |
ID Attribute Values
Value | Description |
---|---|
The format for the ID attribute should be |
The ID string must contain the following characteristics:
|
Child Elements
The child element of the ConditionDetection module is defined by the Configuration (ConditionDetectionModuleType) schema of its base type as referenced in the TypeID attribute.
Parent Elements
Element | Description |
---|---|
Represents a recovery definition associated with a specific monitor. |
Remarks
A condition detection module takes any number of input streams and outputs data based on some kind of filtering of data. Condition detection modules are also used to convert one data type to another data type in a workflow. Because condition detection modules can take multiple data input streams, they are also used to correlate or consolidate data within a workflow. The data types of its input and output data are defined in its InputTypes and OutputType (ProbeActionModuleType) elements, respectively.
Recovery workflows receive either the data item that caused the state change of the monitor or the data item that is outputted by a diagnostic. In the case of a monitor recovery, a condition detection module can be included to filter the incoming data item that is of the type MonitorTaskDataType. In the case of a diagnostic recovery, a ConditionDetection (Recovery) module can be added to filter on the diagnostic output and determine whether to proceed with the recovery WriteAction (Recovery) element. To see samples of both types, see Recovery.
A condition detection module’s base type must always be a descendant of a ConditionDetectionModuleType element.