
Originally Posted by
locust76
Hi,
I'm trying to integrate SNMP Traps into my OpenSUSE 11-based Nagios
installation. I've been looking around a little bit and haven't been
able to find a daemon that will run on my server and receive SNMP traps
from the various network devices (UPS's and Switches). I'd like to
eventually have full integration to the point where if an error gets
sent to my Nagios server, it will notify me via email. However, I don't
even have the service to receive the traps yet, so I was wondering if
anyone here could help me find something that would work out.
I've installed Net-SNMP, but it only really seems to enable SNMP
requests from the server to the devices (for polling CPU usage and such,
which works BTW), but the service snmptrapd seems to be missing.
Hi
Assuming you have configured your Nagios host and snmp, is the snmptrapd
service enabled and started?
Code:
sudo /sbin/chkconfig snmptrapd
If it's not on, then enable it, and start it...
Code:
sudo /sbin/chkconfig snmptrapd on
sudo /etc/init.d/snmptrapd start
--
Cheers Malcolm °¿° (Linux Counter #276890)
SUSE Linux Enterprise Desktop 11 (x86_64) Kernel 2.6.27.29-0.1-default
up 6 days 0:46, 2 users, load average: 0.07, 0.09, 0.09
GPU GeForce 8600 GTS Silent - CUDA Driver Version: 190.18
Bookmarks