IMPORTS MODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP FROM SNMPv2-CONF Integer32, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE FROM SNMPv2-SMI DisplayString, TEXTUAL-CONVENTION FROM SNMPv2-TC TEXTUAL-CONVENTION, DateAndTime FROM SNMPv2-TC ; |
xceedium MODULE-IDENTITY LAST-UPDATED "201609280344Z" -- September 28, 2016 ORGANIZATION "Xceedium, Inc." CONTACT-INFO "Postal: Xceedium, Inc. 2214 Rock Hill Road, Suite 100 Herndon, VA 20170 Web site: http://www.xceedium.com/" DESCRIPTION "Xceedium generic MIB" ::= { 1 3 6 1 4 1 10449 } |
gkAlarmStartup NOTIFICATION-TYPE OBJECTS { AlarmID, AlarmName, AlarmTime, AlarmSeverity, AlarmObject, AlarmProbableCause, AlarmInformation } STATUS current DESCRIPTION "Xsuite is starting up." ::= { xceediumNotifications 500 } |
gkAlarmStartup NOTIFICATION-TYPE OBJECTS { gkAlarmId, gkAlarmName, gkAlarmEventTime, gkAlarmPerceivedSeverity, gkAlarmObject, gkAlarmProbableCause, gkAlarmInformation } STATUS current DESCRIPTION "Xsuite is starting up." ::= { xceediumNotifications 500 } |
gkAlarmId OBJECT-TYPE SYNTAX Integer32 (0..2147483647) MAX-ACCESS read-only STATUS current DESCRIPTION "This object uniquely identifies an entry in the Alarm Table. It increases every time a new alarm occurs. Due to cleared alarms the index will not be contiguous. When the maximum is reached of Integer32, the value of this object rolls over to 1. The actor must use 'alarmEventTime' to sort on chronological order. The alarmId object is read-only even though it is used as index in the Alarm Table. The reason is that this facilities a convenient way to extract the corresponding value from a notification where the object is included." ::= { xceediumNotifications 404 } |