Page 1 of 1

NRDP not updating on services with no perfdata

Posted: Fri Aug 10, 2012 1:49 pm
by gwakem
I've seen some threads regarding NRDP, and one regarding the specific case where it doesn't push the results of a service check when theres no perfdata provided by the check output. Is this by design? If so, is there a workaround? We have around 1600 services that aren't getting pushed out to a NRDP listening server.

In an attempt to work around this issue, I used the OCHP and OHSP commands in the nagios.cfg, but that ended up breaking mod_gearman, in that all checks made available to the children stopped completely.

Re: NRDP not updating on services with no perfdata

Posted: Fri Aug 10, 2012 2:28 pm
by scottwilkerson
Actually this was a bug, and will be fixed in 2011R3.3

You can apply the patch by running the following

Code: Select all

cd /tmp
rm -rf nagioscore.tar.gz nagioscore
wget http://assets.nagios.com/downloads/nagiosxi/patches/nagioscore.tar.gz
tar xzf nagioscore.tar.gz
cd nagioscore
./install
service nagios restart

Re: NRDP not updating on services with no perfdata

Posted: Fri Aug 10, 2012 2:37 pm
by gwakem
Awesome, thanks!