Sending check results from Nagios Core to Nagios XI

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
michaelbotier
Posts: 2
Joined: Thu Apr 21, 2016 4:09 pm

Sending check results from Nagios Core to Nagios XI

Post by michaelbotier »

I need help with the following:

I have a Nagios Core server that i need to monitor some hosts and then feed the results back to Nagios XI.

I dont really care if its done via NSCA, NRDP, or whatever.....but I just need guidance on how to get to this point

PLEASE HELP
ssax
Dreams In Code
Posts: 7682
Joined: Wed Feb 11, 2015 12:54 pm

Re: Sending check results from Nagios Core to Nagios XI

Post by ssax »

I would setup NRDP on XI:

https://assets.nagios.com/downloads/nag ... erview.pdf

Then you can setup send_nrdp as a global event handler to have Core send those results to XI:

https://assets.nagios.com/downloads/nag ... dlers.html
michaelbotier
Posts: 2
Joined: Thu Apr 21, 2016 4:09 pm

Re: Sending check results from Nagios Core to Nagios XI

Post by michaelbotier »

So, if i understand you correctly, Core would have the send_nrdp client configured as an event handler command to send the data (the actual check) forward to the Nagios XI server running the NRDP server....

Do you have a working example i might be able to reference?
ssax
Dreams In Code
Posts: 7682
Joined: Wed Feb 11, 2015 12:54 pm

Re: Sending check results from Nagios Core to Nagios XI

Post by ssax »

You are correct (a GLOBAL event handler though), I do not have a working example you can reference, it shows you how to set up and test NRDP on both sides in the first guide I linked to.

You would then create a couple new commands that call your send_nrdp script, you can have it run during every check by setting these in your nagios.cfg file (global_host_event_handler, global_service_event_handler):

Code: Select all

https://assets.nagios.com/downloads/nagioscore/docs/nagioscore/3/en/configmain.html#global_host_event_handler
If you set it up and run into complications (should be setting it up on a test system first) we can work through them then.
Locked