Cannot add server to NagiosXI

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
ccheltenham
Posts: 17
Joined: Fri Apr 02, 2021 4:54 pm

Cannot add server to NagiosXI

Post 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.
dchurch
Posts: 858
Joined: Wed Oct 07, 2020 12:46 pm
Location: Yo mama

Re: Cannot add server to NagiosXI

Post 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
If you didn't get an 8% raise over the course of the pandemic, you took a pay cut.

Discussion of wages is protected speech under the National Labor Relations Act, and no employer can tell you you can't disclose your pay with your fellow employees.
Locked