The ncpa.cfg file looks fine. When you run the NCPA wizard, a ping check will be added to the host. If you need a second ping check added (as a service), you could add one under the Core Config Manager (CCM), even though this would be in vain in my opinion.I have attached the ncpa.cfg file from Ubuntu 18 for your reference. We need to add the ping service for this agent.
The IP address that you were using in the NCPA wizards is NOT the same as the one on your Ubuntu 18 machine... You used 192.168.155.170 instead of 192.168.155.113.Regarding Ubuntu 16 there is some issue in this VM and just leave it for now.
You can check connectivity by running the following command from the command line on the Nagios XI server:
Code: Select all
curl -k https://192.168.155.113:5693/testconnect/?token=mytokenCode: Select all
{
"value": "Success."
}If the connection fails, check your firewall, and make sure port 5693 is open.