NRDS not sending

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
kotterbein
Posts: 87
Joined: Fri Aug 10, 2012 8:15 am

NRDS not sending

Post by kotterbein »

Hello-

I have configured nrds to send passive checks, however the target host does not show the passive checks coming in as unconfigured objects.

I have confirmed that they send to a separate test nagios host, the only difference in the configurations of the target nagios hosts are as follows:

primary (produciton) is running mod_gearman, test is not.
Primary is NagiosXI R1.3, test is NagiosXI R1.4

is there further configuration required for Mod Gearman to recieve passive checks? if inbound transfers are properly set up to recieve I did not think that gearman would have to be configured as well. I do not see the checks coming through /var/log/messages at all, so I am not even sure that they are properly getting to the server- even running the tests from the http://hostname/nrdp side say it runs successfully and the message was sent, but nothing in the unconfigured objects for "somehost."

runnign out of ideas how to troubleshoot this particular issue- any thoughts are appreciated!

Reagards
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: NRDS not sending

Post by scottwilkerson »

I would look at /usr/local/nrdp/server/config.inc.php and make sure the following is the same as check_result_path in your nagios.cfg

Code: Select all

$cfg["check_results_dir"]="/usr/local/nagios/var/spool/checkresults";
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
kotterbein
Posts: 87
Joined: Fri Aug 10, 2012 8:15 am

Re: NRDS not sending

Post by kotterbein »

looks like that may have been the issue. soon as I put that in correctly, it showed up!

Thanks Scott-
slansing
Posts: 7698
Joined: Mon Apr 23, 2012 4:28 pm
Location: Travelling through time and space...

Re: NRDS not sending

Post by slansing »

Great, thanks for letting us know what the resolution was. Closing as resolved.
Locked