Event forwarding to HP OMi

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
vinish098
Posts: 136
Joined: Fri Oct 21, 2016 6:30 am

Event forwarding to HP OMi

Post by vinish098 »

Can we achieve Unidirectional event forwarding from NagiosXI to HP OMi (aka HP Operations Bridge).

Pls suggest with the steps included
User avatar
mcapra
Posts: 3739
Joined: Thu May 05, 2016 3:54 pm

Re: Event forwarding to HP OMi

Post by mcapra »

I don't think there are any simple step-by-step guides. You will likely need to involve your DevOps / HP OMi team(s).

Event Handlers:
https://assets.nagios.com/downloads/nag ... ios-XI.pdf

Essentially, you'd write an event handler that takes Nagios events, transforms them in a way that HP OMi (or literally any other 3rd party solution) can read, then ships the results to HP OMi (or literally any other 3rd party solution).

You could also write a component that functions as a global event handler. For example, here's a hacky one I did that takes notifications from Nagios XI and forwards them to RabbitMQ:
https://github.com/mcapra/nagios-rabbitmqsender

More documentation on that specific topic:
https://assets.nagios.com/downloads/nag ... ios-XI.pdf
Former Nagios employee
https://www.mcapra.com/
avandemore
Posts: 1597
Joined: Tue Sep 27, 2016 4:57 pm

Re: Event forwarding to HP OMi

Post by avandemore »

Here is a good one as well:

http://nagios.manubulon.com/traduction/ ... buted.html

This is more oriented as the receiving end so you'd need to do some adjustment for whatever format the sender is expecting.
Previous Nagios employee
tmcdonald
Posts: 9117
Joined: Mon Sep 23, 2013 8:40 am

Re: Event forwarding to HP OMi

Post by tmcdonald »

Just checking in since we have not heard from you in a while. Did @avandemore's post clear things up or has the issue otherwise been resolved?
Former Nagios employee
Locked