ManagementPackMonitorPropertyOverride Class

System Center

Updated: April 25, 2012

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

Defines an override for a monitor property.

Namespace: Microsoft.EnterpriseManagement.Configuration
Assembly: Microsoft.EnterpriseManagement.Core (in Microsoft.EnterpriseManagement.Core.dll)

'Usage
Dim instance As ManagementPackMonitorPropertyOverride

[SerializableAttribute] 
public ref class ManagementPackMonitorPropertyOverride : public ManagementPackMonitorOverride
/** @attribute SerializableAttribute() */ 
public class ManagementPackMonitorPropertyOverride extends ManagementPackMonitorOverride
SerializableAttribute 
public class ManagementPackMonitorPropertyOverride extends ManagementPackMonitorOverride

The override is defined in a management pack and allows you to change the default value of the property. The property name and value can be accessed through this type.

The following properties can be overridden for unit monitors:

  • Enabled

  • GenerateAlert

  • AutoResolve

  • AlertPriority

  • AlertOnState

  • AlertSeverity

The following properties can be overridden for rollup monitors:

  • Enabled

  • Algorithm

  • AutoResolve

  • AlertPriority

  • AlertOnState

  • AlertSeverity

The following properties can be overridden for dependency monitors:

  • Enabled

  • Algorithm

  • AutoResolve

  • AlertPriority

  • AlertOnState

  • AlertSeverity

  • MemberInMaintenance

  • MemberUnavailable

  • IgnoreMemberInMaintenance

  • IgnoreMemberUnavailable


Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

Windows Server 2008,Windows Server 2003
 
Show: