Connected: An Internet Encyclopedia
3.1.1. Alarm-Related Notifications

Up: Connected: An Internet Encyclopedia
Up: Requests For Comments
Up: RFC 1451
Up: 3. Definitions
Up: 3.1. The Alarm Group
Prev: 3.1. The Alarm Group
Next: 3.2. The Event Group

3.1.1. Alarm-Related Notifications

3.1.1. Alarm-Related Notifications

   -- alarm-related notifications

   snmpAlarmNotifications
                  OBJECT IDENTIFIER ::= { snmpAlarm 3 }

   snmpRisingAlarm NOTIFICATION-TYPE
       OBJECTS { snmpAlarmVariable, snmpAlarmSampleType,
                 snmpAlarmValue, snmpAlarmRisingThreshold }
       STATUS  current
       DESCRIPTION
               "An event that is generated when an alarm entry
               crosses its rising threshold.  The instances of
               those objects contained within the varbind list
               are those of the alarm entry which generated this
               event."
       ::= { snmpAlarmNotifications 1 }

   snmpFallingAlarm NOTIFICATION-TYPE
       OBJECTS { snmpAlarmVariable, snmpAlarmSampleType,
                 snmpAlarmValue, snmpAlarmFallingThreshold }
       STATUS  current
       DESCRIPTION
               "An event that is generated when an alarm entry
               crosses its falling threshold.  The instances of
               those objects contained within the varbind list
               are those of the alarm entry which generated this
               event."
       ::= { snmpAlarmNotifications 2 }

   snmpObjectUnavailableAlarm NOTIFICATION-TYPE
       OBJECTS { snmpAlarmVariable }
       STATUS  current
       DESCRIPTION
               "An event that is generated when a variable
               monitored by an alarm entry becomes unavailable.
               The instance of snmpAlarmVariable contained within
               the varbind list is the one associated with the
               alarm entry which generated this event."
       ::= { snmpAlarmNotifications 3 }


Next: 3.2. The Event Group

Connected: An Internet Encyclopedia
3.1.1. Alarm-Related Notifications