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.
NRDP not updating on services with no perfdata
NRDP not updating on services with no perfdata
--
Griffin Wakem
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
Actually this was a bug, and will be fixed in 2011R3.3
You can apply the patch by running the following
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