CRITICAL - Cannot make SSL connection Nagios XI

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
pbachu2
Posts: 27
Joined: Mon Jun 24, 2019 11:33 pm

CRITICAL - Cannot make SSL connection Nagios XI

Post by pbachu2 »

Hi All,
We have migrated all hosts/services from Nagios Core 4.0.8 to Nagios XI 5.6.3.
Post migration, currently we are working on clearing all critical and Unknown services in XI.

For few hosts we are getting CRITICAL - Cannot make SSL connection errors.

The same configuration in our old Nagios core is working.However it is not working in new nagios xi.

command line in XI:
$USER1$/check_http -H $ARG1$ -C 30,15

Run check command output from GUI :
[nagios@dc1prd484.tower.lan ~]$ /usr/local/nagios/libexec/check_http -H $HOSTADDRESS$ -C 30,15
check_http: Invalid hostname/address - $


[root@ libexec]# ./check_http -H qa1.corrorequest.lan -C 30,15
CRITICAL - Cannot make SSL connection.


Please suggest how to proceed.

Regards,
Priyanka Bachu
benjaminsmith
Posts: 5324
Joined: Wed Aug 22, 2018 4:39 pm
Location: saint paul

Re: CRITICAL - Cannot make SSL connection Nagios XI

Post by benjaminsmith »

Hello,

Try adding the -S option to your command to connect via SSL. If it does not work, please post any error messages. Thanks.

Code: Select all

./check_http  -S -H qa1.corrorequest.lan -C 30,15
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