Need an API to allow sending passive alert from Java App
Need an API to allow sending passive alert from Java App
Our in-house developed Java application developers need an API that will allow them to send a passive check/alert to our Nagios XI server. Is something like this available today? I could re-define the service on the Nagios side, but not sure how to direct them to send passive alerts to said service. This is something they are already doing today to send events to our Omnibus Alert console, but I am trying to replace that console with Nagios.
Re: Need an API to allow sending passive alert from Java App
NRDP was built for that specific purpose:
https://assets.nagios.com/downloads/nrd ... erview.pdf
From the Nagios XI GUI, you can configure the NRDP server under Admin -> Inbound Transfers.
The scripts we provide are fairly basic (located on a nagios xi machine in /usr/local/nrdp/clients) and should be easy to port. Let me know if you want some POC code
https://assets.nagios.com/downloads/nrd ... erview.pdf
From the Nagios XI GUI, you can configure the NRDP server under Admin -> Inbound Transfers.
The scripts we provide are fairly basic (located on a nagios xi machine in /usr/local/nrdp/clients) and should be easy to port. Let me know if you want some POC code
Former Nagios employee
https://www.mcapra.com/
https://www.mcapra.com/
Re: Need an API to allow sending passive alert from Java App
Thanks for that, will pass along to our Dev team. I also found the below which they are going to take a look at.
https://exchange.nagios.org/directory/A ... ry/details
https://exchange.nagios.org/directory/A ... ry/details
-
dwhitfield
- Former Nagios Staff
- Posts: 4583
- Joined: Wed Sep 21, 2016 10:29 am
- Location: NoLo, Minneapolis, MN
- Contact:
Re: Need an API to allow sending passive alert from Java App
Did you want to leave this open or do you have the info you need? Thanks!
Re: Need an API to allow sending passive alert from Java App
This one can be closed. Thanks