Page 1 of 1

Cannot add server to NagiosXI

Posted: Thu May 20, 2021 8:24 am
by ccheltenham
Does anyone know why I get this error trying to add a RHEL 6.7 server with ncpa.

Unable to contact server at https://10.180.33.71:5693/testconnect/? ... lsnagiosxi.

Re: Cannot add server to NagiosXI

Posted: Thu May 20, 2021 12:25 pm
by dchurch
Can you run these commands on the Nagios XI machine?

Code: Select all

nmap -Pn -p 5693 10.180.33.71
openssl version
openssl s_client -connect 10.180.33.71:5693 </dev/null
Can you run these commands on the RHEL machine being monitored (the one running NCPA, 10.180.33.71):

Code: Select all

openssl version
netstat -tlapn
iptables --list
service ncpa_listener status