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 configuration group definition.
Schema Hierarchy
ManagementPack
  ConfigurationGroups
    ConfigurationGroup
Syntax
<ConfigurationGroup ID=”ConfigurationGroupID” Accessibility=”Public/Internal” Target=”ClassTargetID”></ConfigurationGroup>
Attributes and Elements
The following sections describe attributes, child elements, and the parent element of the ConfigurationGroup 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. | 
| Target | Required attribute. The ID of the targeted class type. | 
| Accessibility | Required attribute. Defines the visibility of the monitor. | 
Accessibility Attribute Values
| Value | Description | 
|---|---|
| Public | Indicates that the monitor is visible to external management packs. | 
| Internal | Indicates that the monitor is not visible to external management packs. | 
Child Elements
None.
Parent Elements
| Element | Description | 
|---|---|
| Contains each configuration group that is defined in a management pack. | 
Remarks
A configuration group is used to scope the determination of either a MonitorSLO element or a PerformanceCounterSLO element to specific group of class types. When a configuration group targets a class type, it also will contain any subclass types that the class type contains.