Check_Nt checks work but check_NRPE ones don't

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
dxb74
Posts: 14
Joined: Thu Oct 08, 2020 2:09 pm

Check_Nt checks work but check_NRPE ones don't

Post by dxb74 »

We have Nagios XI version 5.6.14 installed on a Red Hat system (RH 7.9) with a two node MySQL cluster (also RH 7.9). I have some servers where the checks using check_nt are functioning fine, but ones that use check_nrpe are not. Those have the error: CHECK_NRPE: Error - Could not connect to 172.x.x.x. Check system logs on 172.x.x.x.

These servers (which are Windows) show the following entries in the nsclient log:

error:c:\source\master\include\socket/connections.hpp:271: Please review the insecure options as well as ssl options in settings.
error:c:\source\master\include\socket/connections.hpp:270: Seems we cant agree on SSL: no shared cipher


These servers are in a DMZ, but #1 - we have other servers in the same DMZ where both types of checks ARE working. And #2 - we have verified with our firewall team that both ports 5666 and 12489 are open for the servers in question.

Not quite sure where to go from here.
benjaminsmith
Posts: 5324
Joined: Wed Aug 22, 2018 4:39 pm
Location: saint paul

Re: Check_Nt checks work but check_NRPE ones don't

Post by benjaminsmith »

Hi,

Please add the following two lines to the nsclient.ini file under the [/settings/NRPE/server] section:

Code: Select all

allowed ciphers = ALL:!MD5:@STRENGTH
verify mode = none
Then save the configuration file, restart nsclient and let me know if the issue is resolved for you. If not, please PM the nsclient.ini file for us to review.

Benjamin
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.

Be sure to check out our Knowledgebase for helpful articles and solutions!
benjaminsmith
Posts: 5324
Joined: Wed Aug 22, 2018 4:39 pm
Location: saint paul

Re: Check_Nt checks work but check_NRPE ones don't

Post by benjaminsmith »

Hi,

Please add the following two lines to the nsclient.ini file under the [/settings/NRPE/server] section:

Code: Select all

allowed ciphers = ALL:!MD5:@STRENGTH
verify mode = none
Then save the configuration file, restart nsclient and let me know if the issue is resolved for you. If not, please PM the nsclient.ini file for us to review.

Benjamin
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.

Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked