Page 1 of 1
Nagios XI – How To Create A Virtual Instance In
Posted: Wed Feb 08, 2017 1:25 pm
by ttung888
https://assets.nagios.com/downloads/nag ... -Cloud.pdf
I have following the above to setup the instance successfully, but I could not connect server without the login credential?
Anyone know it?
Tsai
Re: Nagios XI – How To Create A Virtual Instance In
Posted: Wed Feb 08, 2017 1:58 pm
by rkennedy
Do you have the correct key?
Code: Select all
You may also need to occasionally make a SSH connection to your machine. This connection must use the private key you
downloaded earlier. When connecting you must use the username ec2-user NOT root. This user has full sudo access.
ssh -i .ssh/mykey.pem ec2-user@[AWS_public_DNS]
What error message are you seeing at this point?
Re: Nagios XI – How To Create A Virtual Instance In
Posted: Wed Mar 01, 2017 2:25 pm
by tmcdonald
Just checking in since we have not heard from you in a while. Did
@rkennedy's post clear things up or has the issue otherwise been resolved?