Commit version 24.12.13800
This commit is contained in:
@ -21,7 +21,7 @@
|
||||
|
||||
|
||||
alphaAlarmNotifications MODULE-IDENTITY
|
||||
LAST-UPDATED "201507280000Z"
|
||||
LAST-UPDATED "201707310000Z"
|
||||
ORGANIZATION "Alpha Technologies Ltd."
|
||||
CONTACT-INFO
|
||||
"Alpha Technologies Ltd.
|
||||
@ -33,7 +33,15 @@
|
||||
Fax: 1-604-436-1233"
|
||||
DESCRIPTION
|
||||
"This MIB defines the notification block(s) available in system controllers."
|
||||
|
||||
|
||||
REVISION "201707310000Z" -- July 31, 2017
|
||||
DESCRIPTION
|
||||
"
|
||||
Added alarmAdditionalInformation varbinds.
|
||||
Tested with SimpleWeb: http://www.simpleweb.org
|
||||
Passed highest level of compliance. (level 6)
|
||||
"
|
||||
|
||||
REVISION "201507280000Z" -- July 28, 2015
|
||||
DESCRIPTION
|
||||
"
|
||||
@ -70,7 +78,8 @@
|
||||
componentListReference,
|
||||
alarmSeverity,
|
||||
controllerInfoName,
|
||||
alarmCustomDescription
|
||||
alarmCustomDescription,
|
||||
alarmAdditionalInformation
|
||||
|
||||
}
|
||||
STATUS current
|
||||
@ -122,7 +131,8 @@
|
||||
componentListReference,
|
||||
alarmSeverity,
|
||||
controllerInfoName,
|
||||
alarmCustomDescription
|
||||
alarmCustomDescription,
|
||||
alarmAdditionalInformation
|
||||
}
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
@ -192,6 +202,18 @@
|
||||
User defined value used for filtering purposes.
|
||||
"
|
||||
::= { alphaAlarmNotificationsExtension 3 }
|
||||
|
||||
alarmAdditionalInformation OBJECT-TYPE
|
||||
SYNTAX OCTET STRING
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"
|
||||
Additional information about the alarm. Each piece of information is separated by 2 colons ::. The following are currently provided
|
||||
- Physical location, in the format bay-shelf-slot-channel (used by LP Module alarms)
|
||||
- What alert is producing this alarm (used by LP Module alarms)
|
||||
"
|
||||
::= { alphaAlarmNotificationsExtension 4 }
|
||||
|
||||
|
||||
|
||||
@ -221,7 +243,8 @@
|
||||
OBJECTS {
|
||||
alarmSeverity,
|
||||
alarmCustomDescription,
|
||||
alarmPriority
|
||||
alarmPriority,
|
||||
alarmAdditionalInformation
|
||||
}
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
|
Reference in New Issue
Block a user