I'm new to this but I also asked experienced users, which where as unable to find the error, as I am.
We are running a Nagios Server, which checks via NRPE all our customer servers. I added a new vm to this setup before without any incidents. This time around I am not able to connect our Nagios with the remote VM.
I configured the
Code: Select all
nrpe.cfgWhen I try to access the remote VM with
Code: Select all
/usr/local/nagios/libexec/check_nrpe -H address_of_VM -p 8005Code: Select all
Connection refused by hostUp until now we had several VMs in different enviroments but never with this specific provider. I asked them if the port is realy open, and our liason there told me they are, but he has no way of checking. Of course neither a ping nor a portscan show anything.
A nother thing that is unusual, from our normal modus operandi, is that I do not have root access to the vm. Instead I use
Code: Select all
sudo suHelp is really apreciated as I am all over this problem for the better part of two days now.