Share via


Alert.ProblemState Property

Indicates whether the condition that originally raised the alert is still in the same state.

 Alert.ProblemState

Access

Read/Write

Return Value

Long

Remarks

This property is used by state monitoring rules. The following ProblemState values are used.

Value Name Description
0 Investigate The default value. This state indicates the alert requires investigation by an operator. This value should be used when the response script is not able to determine when the original problem is solved.
1 Inactive This value should be used to update an alert when the original problem is fixed or has somehow resolved itself. This state indicates that there was a problem, but it does not require immediate attention from an operator.
3 Active This state indicates the alert requires attention from an operator. The alert severity will determine the state and color of the server in the Operations console. The server will be Yellow if the alert severity is 30 or 40. The server will be Red if the alert severity is 50, 60, or 70.

Requirements

Platforms: Requires Windows 2000 or later

Version: Requires MOM 2005 or later

See Also

Alert Object