Page 1 of 1

NRDS not sending

Posted: Sun Feb 24, 2013 2:46 pm
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

Re: NRDS not sending

Posted: Mon Feb 25, 2013 8:35 am
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";

Re: NRDS not sending

Posted: Mon Feb 25, 2013 9:01 am
by kotterbein
looks like that may have been the issue. soon as I put that in correctly, it showed up!

Thanks Scott-

Re: NRDS not sending

Posted: Mon Feb 25, 2013 10:10 am
by slansing
Great, thanks for letting us know what the resolution was. Closing as resolved.