NRDS Install Error

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
jbennett
Posts: 522
Joined: Mon Apr 16, 2012 3:00 pm

NRDS Install Error

Post by jbennett »

When trying to install a configuration on a client, I see the following:

Code: Select all

Invalid field: IGNORE_SSL_CERTIFICATE_ERRORS at /usr/local/nrdp/clients/nrds/nrds_common.pl line 50, <CONFIG> line 11.
I am then having trouble with the checks running. I can run checks manually from the client and it will return the expected result however, Nagios can't get the results and the checks are always pending. The same checks work fine on other clients as well. This is a unique NRDS config for this client, but the checks are the same as all others.

I tried copying the /usr/local/nrdp/clients/nrds/nrds_common.pl file from a working client over to this client but didn't have any different results.
yancy
Posts: 523
Joined: Thu Oct 06, 2011 10:12 am

Re: NRDS Install Error

Post by yancy »

jbennet,

There was a bug in the configmanager that has been fixed. The ignore SSL option should only be for use with Windows clients, and that option should not be present for other OS types.

Here is a link to the patched version
http://assets.nagios.com/downloads/nrdp ... anager.zip

Steps you'll need to take
1)Install updated component
2)delete config that include the SSL Option
3)Download the client install file from the new config

Thanks for bringing this to our attention.

-Yancy
jbennett
Posts: 522
Joined: Mon Apr 16, 2012 3:00 pm

Re: NRDS Install Error

Post by jbennett »

This appears to have taken care of the install issue.

I'm a bit confused though. This config didn't have anything that was any different from any other config. They are all the same, I've just had to change the check names since not all locations have the same numbered items that need to be checked.

I simply copied the config details over to a new config and even named it the same after deleting the old one and it went though fine.
Last edited by jbennett on Fri Aug 09, 2013 10:21 am, edited 1 time in total.
sreinhardt
-fno-stack-protector
Posts: 4366
Joined: Mon Nov 19, 2012 12:10 pm

Re: NRDS Install Error

Post by sreinhardt »

Yancy is out for a week, and unfortunately I am not sure what happened. I will send him an email to get back with you when he returns!
Nagios-Plugins maintainer exclusively, unless you have other C language bugs with open-source nagios projects, then I am happy to help! Please pm or use other communication to alert me to issues as I no longer track the forum.
yancy
Posts: 523
Joined: Thu Oct 06, 2011 10:12 am

Re: NRDS Install Error

Post by yancy »

jbennet,

My apologies for the late response.

The default configs for linux systems did not change with the new NRDS. Only the Windows NRDS configs changed to include SSL support.

-Yancy
Locked