PDA

View Full Version : SNMP Traps - English translation needed


nebj00la
09-21-2007, 11:33 PM
Hi,

I've recently migrated a production Nagios system to a new test environment using Centreon/Oreon. I like what I see so far, great work everyone!

I have one problem, SNMP Trap handling. I can't seem to make sense of the english translation using google translate of the information found thus far in the forums.

Could someone please explain how I can set up alerts of specific traps (services?) for a specified host?

Thanks in advance,
nebj00la

rom
10-07-2007, 07:52 PM
1 - Add a vendor in configuration->services->vendor
2 - Upload your Mib in configuration -> service ->Load Mib (If some definitions failed, maybe you need to put mibs in your lib directory to solve dependencies : /usr/lib/perl ? (..))
3 - Link a service definition to one or more trap in a service configuration. Volatile = yes, max_check_attemps = 1, accept_passive_check = yes.
4 - Generate traps and nagios conf
(5 - start snmpd ?)

And your trap should arrive in the monitoring.

nebj00la
10-08-2007, 01:46 AM
1 - Add a vendor in configuration->services->vendor
2 - Upload your Mib in configuration -> service ->Load Mib (If some definitions failed, maybe you need to put mibs in your lib directory to solve dependencies : /usr/lib/perl ? (..))
3 - Link a service definition to one or more trap in a service configuration. Volatile = yes, max_check_attemps = 1, accept_passive_check = yes.
4 - Generate traps and nagios conf
(5 - start snmpd ?)

And your trap should arrive in the monitoring.

Thanks! Much appreciated.