Hi,
i am getting error in nrpe
from server if i run check_nrpe -H client IP error
CHECK_NRPE: Error - Could not complete SSL handshake.
check_nrpe error
Re: check_nrpe error
Run through the steps listed in section three of this doc:
https://assets.nagios.com/downloads/nag ... utions.pdf
*Although the doc is for Nagios XI, this will still apply to Nagios Core*
Retest, and let us know the results, thanks.
https://assets.nagios.com/downloads/nag ... utions.pdf
*Although the doc is for Nagios XI, this will still apply to Nagios Core*
Retest, and let us know the results, thanks.
Be sure to check out the Knowledgebase for helpful articles and solutions!
-
harsha.s.aryan
- Posts: 52
- Joined: Fri Nov 13, 2015 9:05 am
Re: check_nrpe error
Hi,
Thank you for the update but i have already tryed all basic trouble shooting and still same issue.
Please do let me know if you want any copy of cfg files
Thank you for the update but i have already tryed all basic trouble shooting and still same issue.
Please do let me know if you want any copy of cfg files
Regards,
Harsha
Harsha
- Box293
- Too Basu
- Posts: 5126
- Joined: Sun Feb 07, 2010 10:55 pm
- Location: Deniliquin, Australia
- Contact:
Re: check_nrpe error
You will need to share what commands you have executed as per the document along with the output generated by the commands.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
-
harsha.s.aryan
- Posts: 52
- Joined: Fri Nov 13, 2015 9:05 am
Re: check_nrpe error
as per document i have added allow host in nrpe.cfg
allowed_hosts=nagios server ipin client machin nrpe.cfg file and restarted service as its ubuntu and from server i am unable to get output.
allowed_hosts=nagios server ipin client machin nrpe.cfg file and restarted service as its ubuntu and from server i am unable to get output.
Regards,
Harsha
Harsha
Re: check_nrpe error
Can you login as root to your server, run the following commands and post the output?
What version of Ubuntu are you running?
Are you running the NRPE agent as a daemon or under xinetd?
Is the firewall allowing inbound port 5666?
Code: Select all
ps -ef
netstat -an |grep 5666
/usr/local/nagios/bin/nrpe
Are you running the NRPE agent as a daemon or under xinetd?
Is the firewall allowing inbound port 5666?
Be sure to check out our Knowledgebase for helpful articles and solutions!