Nagios XI – How To Create A Virtual Instance In

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
ttung888
Posts: 14
Joined: Thu May 23, 2013 12:00 pm

Nagios XI – How To Create A Virtual Instance In

Post 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
rkennedy
Posts: 6579
Joined: Mon Oct 05, 2015 11:45 am

Re: Nagios XI – How To Create A Virtual Instance In

Post 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?
Former Nagios Employee
tmcdonald
Posts: 9117
Joined: Mon Sep 23, 2013 8:40 am

Re: Nagios XI – How To Create A Virtual Instance In

Post 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?
Former Nagios employee
Locked