Description:
|
alarmRecord MANAGED OBJECT CLASS
DERIVED FROM eventLogRecord;
CHARACTERIZED BY
-- The appropriate object identifier values for the eventType attribute, inherited from eventLogRecord
-- managed object class are communicationAlarm, qualityofServiceAlarm, processingErrorAlarm,
-- equipmentAlarm and environmentalAlarm --
alarmRecordPackage PACKAGE
BEHAVIOUR
alarmRecordBehaviour BEHAVIOUR
DEFINED AS "This managed object is used to represent logged information that resulted from alarm notifications or event reports";;
ATTRIBUTES
probableCause GET,
perceivedSeverity GET;;;
CONDITIONAL PACKAGES
specificProblemsPackage PACKAGE
ATTRIBUTES
specificProblems GET;
REGISTERED AS {smi2Package 1}; PRESENT IF "the Specific problems parameter is present in the alarm notification or event report corresponding to the instance of alarm record",
backedUpStatusPackage PACKAGE
ATTRIBUTES
backedUpStatus GET;
REGISTERED AS {smi2Package 2}; PRESENT IF "the backedUpStatus attribute has a value TRUE and the Backed up status parameter is present in the alarm notification or event report corresponding to the instance of alarm record",
backUpObjectPackage PACKAGE
ATTRIBUTES
backUpObject GET;
REGISTERED AS {smi2Package 3}; PRESENT IF "Backup object parameter is present in the alarm notification or event report corresponding to the instance of alarm record",
trendIndicationPackage PACKAGE
ATTRIBUTES
trendIndication GET;
REGISTERED AS {smi2Package 4}; PRESENT IF "the Trend indication parameter is present in the alarm notification or event report corresponding to the instance of alarm record",
thresholdInfoPackage PACKAGE
ATTRIBUTES
thresholdInfo GET;
REGISTERED AS {smi2Package 5}; PRESENT IF "the value for probableCause attribute is thresholdCrossed",
stateChangeDefinitionPackage PACKAGE
ATTRIBUTES
stateChangeDefinition GET;
REGISTERED AS {smi2Package 6}; PRESENT IF "there is a state transition for the states defined in State Management Function, corresponding to the alarm type specified in the alarm record",
monitoredAttributesPackage PACKAGE
ATTRIBUTES
monitoredAttributes GET;
REGISTERED AS {smi2Package 7}; PRESENT IF "the monitoredAttributes parameter is present in the alarm notification or event report corresponding to the instance of alarm record",
proposedRepairActionsPackage PACKAGE
ATTRIBUTES
proposedRepairActions GET;
REGISTERED AS {smi2Package 8}; PRESENT IF "the proposedRepairActions parameter is present in the alarm notification or event report corresponding to the instance of alarm record";
|
|