NRDP not updating on services with no perfdata

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
User avatar
gwakem
Posts: 238
Joined: Mon Jan 23, 2012 2:02 pm
Location: Asheville, NC

NRDP not updating on services with no perfdata

Post 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.
--
Griffin Wakem
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: NRDP not updating on services with no perfdata

Post 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
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
User avatar
gwakem
Posts: 238
Joined: Mon Jan 23, 2012 2:02 pm
Location: Asheville, NC

Re: NRDP not updating on services with no perfdata

Post by gwakem »

Awesome, thanks!
--
Griffin Wakem
Locked