Nagios BEM Integration

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
chimborah
Posts: 33
Joined: Tue Oct 02, 2012 7:55 am

Nagios BEM Integration

Post by chimborah »

Hi All,

I need to send all the nagios alerts to BEM. Is there any way to achieve it ? Please help.

Nagios Core Version : 3.4.1
dbase: log files



Thanks in Advance
Chim
slansing
Posts: 7698
Joined: Mon Apr 23, 2012 4:28 pm
Location: Travelling through time and space...

Re: Nagios BEM Integration

Post by slansing »

We do not have documentation or support for this currently, however a quick search of google found some things:


https://communities.bmc.com/communities/thread/52399

https://communities.bmc.com/communities/thread/55879

It could be possible to parse the alert logs, and then send them to the BEM system however we do not have such a thing installed at our office so we can not work towards integrating it into Nagios. If you do go ahead with this we can give you some limited support but would be more than happy to get some updates on how the project is going.
anil0207
Posts: 2
Joined: Fri Mar 01, 2013 4:39 am

Re: Nagios BEM Integration

Post by anil0207 »

Hi Slansing,

Thanks for the help and we have seen these updates, but do not know how to call external command in Nagios to forward Nagios events.
Need help to get document explaining Nagios configuration steps for executing BEM command "MSEND" from Nagios to forward the identified and/or all Nagios alerts as an event action.


Best Regards
Anil
abrist
Red Shirt
Posts: 8334
Joined: Thu Nov 15, 2012 1:20 pm

Re: Nagios BEM Integration

Post by abrist »

You could use event handlers: http://nagios.sourceforge.net/docs/3_0/ ... dlers.html
You will have to create a custom script to perform the msend with nagios macros.
When a problem state changes for given hosts/services, this script can be called through event handlers.
This requires in depth knowledge of the protocols involved and depending on the complexities of BEM, it could be a bear to setup.
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
Locked