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.
Check_Nt checks work but check_NRPE ones don't
-
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
Hi,
Please add the following two lines to the nsclient.ini file under the [/settings/NRPE/server] section:
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
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
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!
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
Hi,
Please add the following two lines to the nsclient.ini file under the [/settings/NRPE/server] section:
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
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
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!
Be sure to check out our Knowledgebase for helpful articles and solutions!