
Removed OSX and MS Visual Code metadata files and directories. Change-Id: I4e6024767cc072fcb3fc8d88f0724f02819cebc8 Signed-off-by: Stone <ronald.stone@windriver.com>
1.3 KiB
Traps
supports SNMP traps. Traps send unsolicited information to monitoring software when significant events occur.
The following traps are defined.
- wrsAlarmCritical
- wrsAlarmMajor
- wrsAlarmMinor
- wrsAlarmWarning
- wrsAlarmMessage
- wrsAlarmClear
- wrsAlarmHierarchicalClear
Note
Customer Logs always result in wrsAlarmMessage traps.
For Critical, Major, Minor, Warning, and Message traps, all variables in the active alarm table are included as varbinds (variable bindings), where each varbind is a pair of fields consisting of an object identifier and a value for the object.
For the Clear trap, varbinds include only the following variables:
- <AlarmID>
- <EntityInstanceID>
- <DateAndTime>
- <ReasonText>
For the HierarchicalClear trap, varbinds include only the following variables:
- <EntityInstanceID>
- <DateAndTime>
- <ReasonText>
For all alarms, the Notification Type is based on the severity of the trap or alarm. This is done to facilitate the interaction with most SNMP trap viewers which typically use the Notification Type to drive the coloring of traps, that is, red for critical, yellow for minor, and so on.