I would like to set up SNMP trap retrieval from Oracle Enterprise Manager (EM).
EM has a MIB file that I have successfully imported. But not sure what to do next since the SNMP trap wizard is host oriented and the host has to already exist.
EM can and is monitoring our entire Oracle infrastructure (Axiom SAN, Solaris servers and OSs, Oracle databases). Would like to forward all the traps to nagiosxi as so nagiosxi can fxn essentially as an aggregator in this case that then passes on to our paging system..
Is this possible?
receive traps from Oracle Enterprise Manager
-
tnightingale
- Posts: 9
- Joined: Thu Oct 15, 2015 11:33 am
- Box293
- Too Basu
- Posts: 5126
- Joined: Sun Feb 07, 2010 10:55 pm
- Location: Deniliquin, Australia
- Contact:
Re: receive traps from Oracle Enterprise Manager
That can be changed.tnightingale wrote:EM has a MIB file that I have successfully imported. But not sure what to do next since the SNMP trap wizard is host oriented and the host has to already exist.
Here's an example from /etc/snmp/snmptt.conf
Code: Select all
EVENT TestTrap .1.3.6.1.4.1.318.0.998 "Status Events" INFORMATIONAL
FORMAT APC UPS: This is a Test Trap.
EXEC /usr/local/bin/snmptraphandling.py "$r" "SNMP Traps" "$s" "$@" "$-*" "APC UPS: This is a Test Trap."If you wanted all traps for this OID to go to server 192.168.243.18 then change it to:
Code: Select all
EXEC /usr/local/bin/snmptraphandling.py "192.168.243.18" "SNMP Traps" "$s" "$@" "$-*" "APC UPS: This is a Test Trap."Does this help?
SNMPTT Documentation is very good:
http://snmptt.sourceforge.net/docs/snmp ... ONF-FORMAT
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.