ALARM event class

The ALARM event class is a subclass of the PPM_EV event class. The ALARM class represents Infrastructure Management alarm objects, which are any objects that have a severity of [PREDICTIVE] MINOR, MAJOR, or CRITICAL.

ALARM slot definitions

Slot

Type

Description

pn_alarm_id

INTEGER

The internal ID for an alarm

pn_is_predicted

BOOLEAN

Indicates whether or not the alarm has a Predictive severity:

  • True—Alarm currently has a Predictive severity.
  • False—Alarm does not currently have a Predictive severity.

pn_predict_to_occur_time

INTEGER

Time when the predictive alarm is predicted to occur. The value is given in UNIX format.

pn_is_suppressing

BOOLEAN

Indicates whether or not this alarm is suppressing other alarms

  • True—This alarm is suppressing other alarms.
  • False—This alarm is not suppressing other alarms.

pn_predicted_severity

PREDICTED_SEVERITY

Indicates the predicted severity for predictive events

Following are the possible values:

  • Blank (the value is empty)
  • MINOR
  • MAJOR
  • CRITICAL

Was this page helpful? Yes No Submitting... Thank you

Comments