Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies To: Operations Manager 2007 R2, System Center Operations Manager 2007
Represents a category override for the specified element ID.
Schema Hierarchy
ManagementPack
  Monitoring
    Overrides
      CategoryOverride
Syntax
<CategoryOverride ID=”OverrideID” Comment=”Comment” Context=”ClassID” ContextInstance=”” Enforced=”True/False” Category=”CategoryName”>
   <Value>OverrideValue</Value>
</CategoryOverride>
Attributes and Elements
The following sections describe attributes, child elements, and the parent element of the CategoryOverride element.
Attributes
| Attribute | Description | 
|---|---|
| ID | Required attribute. Represents the identity of the element. To learn how to identify your element in a management pack, see Element Identity and Namespace Conventions. | 
| Comment | Optional attribute. Represents commentary by the management pack author. | 
| Context | Required attribute. Specifies the ID of the ClassType element over which this override applies. | 
| ContextInstance | Optional attribute. Specifies the GUID of the instance over which this override applies. | 
| Enforced | Required element. Determines whether or not this override take precedence over other overrides. | 
| Category | Required element. The category for which this override applies. | 
Enforced Attribute Values
| Value | Description | 
|---|---|
| True | This override takes precedence over all other overrides of the same type and context. | 
| False | This override does not take precedence over all other overrides of the same type and context. | 
Property Attribute Values
| Value | Description | 
|---|---|
| Enabled | Represents the Enabled property of a monitor, rule, discovery, diagnostic, or recovery. | 
| TraceEnabled | Represents the TraceEnabled property of a monitor, rule, discovery, diagnostic, or recovery. | 
Child Elements
| Element | Description | 
|---|---|
| Represents the value of an override. | 
Parent Elements
| Element | Description | 
|---|---|
| Contains property and configuration overrides. |