When I'm trying to connect from check_nrpe to AWS instance of a Windows server, I'm getting the following error:
CHECK_NRPE: Error - Could not connect to 35.154.162.178. Check system logs on 35.154.162.178 a,port 5666 open on both machine
When I'm trying to connect from check_nrpe to AWS instance of a Windows server, I'm getting the following error:
CHECK_NRPE: Error - Could not connect to 35.154.162.178. Check system logs on 35.154.162.178 a,port 5666 open on both machine
Maybe the port 5666/tcp is closed to the server..
could you try
nmap -p 5666 [target ip]