Page 1 of 1
Event forwarding to HP OMi
Posted: Wed Jun 07, 2017 3:02 am
by vinish098
Can we achieve Unidirectional event forwarding from NagiosXI to HP OMi (aka HP Operations Bridge).
Pls suggest with the steps included
Re: Event forwarding to HP OMi
Posted: Wed Jun 07, 2017 10:31 am
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
Re: Event forwarding to HP OMi
Posted: Wed Jun 07, 2017 12:42 pm
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.
Re: Event forwarding to HP OMi
Posted: Wed Jun 21, 2017 1:34 pm
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?