Missing Dell traps/events

Description

Some Dell traps/events are missing from the files in etc/events/

1. List all the Dell trap types in the OMSA MIBs:
cd /opt/dell/srvadmin/etc

  1. show the files containing the event names:
    ack -a 'TRAP-TYPE' -l -c

  1. list all the event names
    ack -a 'TRAP-TYPE' -h | sed -e 's/^\s*//' -e 's/\s*TRAP-TYPE//' > ~/trapnames.txt

2. Check all the events are found in the opennms events config

cd /opt/opennms/etc/events
while read t ; do echo -n "$t: " ; if ack -l -a $t > /dev/null ; then echo "OK" ; else echo "not found" ; fi ; done < ~/trapnames.txt

The missing events are:

alertSystemPeakPowerNewPeak: not found
alertSystemSoftwareEvent: not found
alertSDCardDeviceFailure: not found

All are from /opt/dell/srvadmin/etc/srvadmin-isvc/mib/10892.mib

Environment

All

Acceptance / Success Criteria

None

Lucidchart Diagrams

Activity

Show:

Seth Leger April 6, 2015 at 4:27 PM

Marking as won't fix, superseded by pull request in .

Cyrille Bollu July 25, 2014 at 9:34 AM

Won't Fix

Details

Assignee

Reporter

Affects versions

Priority

PagerDuty

Created November 30, 2010 at 10:55 AM
Updated April 6, 2015 at 4:27 PM
Resolved April 6, 2015 at 4:27 PM