MonitorPropertyOverride
Applies To: Operations Manager 2007 R2, System Center Operations Manager 2007
Represents a monitor property override for the specified element ID.
Schema Hierarchy
ManagementPack
Monitoring
Overrides
MonitorPropertyOverride
Syntax
<MonitorPropertyOverride ID=”OverrideID” Comment=”Comment” Context=”ClassID” ContextInstance=”” Enforced=”True/False” Monitor=”MonitorID” Property=”PropertyID”>
<Value>OverrideValue</Value>
</MonitorPropertyOverride >
Attributes and Elements
The following sections describe attributes, child elements, and the parent element of the MonitorPropertyOverride 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. |
Monitor |
Required element. The ID of the monitor to which the override applies. |
Property |
Required element. The property to which the 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. |
TraceEnabled |
Represents the TraceEnabled property of a monitor. |
Algorithm |
Represents the Algorithm property of a monitor. |
AlgorithmParameter |
Represents the AlgorithmParameter property of a monitor. |
DefaultState |
Represents the DefaultState property of a monitor. |
GenerateAlert |
Represents the GenerateAlert property of a monitor. |
AutoResolve |
Represents the AutoResolve property of a monitor. |
AlertPriority |
Represents the AlertPriority property of a monitor. |
AlertOnState |
Represents the AlertOnState property of a monitor. |
AlertSeverity |
Represents the AlertSeverity property of a monitor. |
AlertMessage |
Represents the AlertMessage property of a monitor. |
AlertParameter1 |
Represents the AlertParameter1 property of a monitor. |
AlertParameter2 |
Represents the AlertParameter2 property of a monitor. |
AlertParameter3 |
Represents the AlertParameter3 property of a monitor. |
AlertParameter4 |
Represents the AlgorithmParameter property of a monitor. |
AlertParameter5 |
Represents the AlertParameter5 property of a monitor. |
AlertParameter6 |
Represents the AlertParameter6 property of a monitor. |
AlertParameter7 |
Represents the AlertParameter7 property of a monitor. |
AlertParameter8 |
Represents the AlertParameter8 property of a monitor. |
AlertParameter9 |
Represents the AlertParameter9 property of a monitor. |
AlertParameter10 |
Represents the AlertParameter10 property of a monitor. |
MemberInMaintenance |
Represents the MemberInMaintenance property of a monitor. |
IgnoreMemberInMaintenance |
Represents the IgnoreMemberInMaintenance property of a monitor. |
IgnoreMemberUnavailable |
Represents the IgnoreMemberUnavailable property of a monitor. |
Child Elements
Element | Description |
---|---|
Represents the value of an override. |
Parent Elements
Element | Description |
---|---|
Contains property and configuration overrides. |