Won't Fix
Details
Assignee
Jeff GehlbachJeff GehlbachReporter
Robin BowesRobin BowesComponents
Affects versions
Priority
Major
Details
Details
Assignee
Jeff Gehlbach
Jeff GehlbachReporter
Robin Bowes
Robin BowesComponents
Affects versions
Priority
PagerDuty
PagerDuty
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
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
show the files containing the event names:
ack -a 'TRAP-TYPE' -l -c
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