Newbie Features Question

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
rgendron
Posts: 2
Joined: Tue Oct 02, 2012 8:25 am

Newbie Features Question

Post by rgendron »

Hello,

I'm trying to determine if it's feasible to use Nagios as a replacement for BMC's Event Manager tool. In order to do this I need to replicate the following functionality.

Event Manager has the ability to receive alerts from BMC Patrol and Microsoft's Operations Manager (Currently running OpsMgr 2007 R2, transitioning to 2012) and to send acknowledgements back to the tool that sent the alert. It's this two way interaction between BEM and the alter source that's giving me trouble. I haven't been able to find a plugin or post on how to do this. Does anyone have any ideas on how to make this work?

Thank you
Bob
agriffin
Posts: 876
Joined: Mon May 09, 2011 9:36 am

Re: Newbie Features Question

Post by agriffin »

Nagios is probably not a suitable tool for this. It's modular enough to allow this, but you would have to write quite a bit of code and add the feature yourself.
rgendron
Posts: 2
Joined: Tue Oct 02, 2012 8:25 am

Re: Newbie Features Question

Post by rgendron »

I was afraid of that. I was really hoping to use this as way to get an open source tool into our monitoring infrastructure and eventually expand it to replace other tools. Do you know of any open source tools that could do this?
slansing
Posts: 7698
Joined: Mon Apr 23, 2012 4:28 pm
Location: Travelling through time and space...

Re: Newbie Features Question

Post by slansing »

There is some groundwork for integration with Nagios:

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

But Nagios is a Infrastructure monitoring backbone, in that sense it must be tied in with other programs like BMC. It might end up not being very difficult to write your own plugins for this.
Locked