Page 3 of 3

Re: AWS - Nagios Log Server

Posted: Wed Jun 17, 2020 1:27 pm
by mneubauer
scottwilkerson wrote:Somehow you must be launching this in an environment or selecting a VPC with special routing that has IPv6 enabled but cannot route to the address provided by DNS.

One possible workaround for this host would be to run the following:

Code: Select all

echo "72.14.181.71 assets.nagios.com" >> /etc/hosts
but I suspect you are going to hit other barriers for the same issue as the install progresses

I get this with that command:

-bash: /etc/hosts: Permission denied

Re: AWS - Nagios Log Server

Posted: Wed Jun 17, 2020 1:38 pm
by scottwilkerson
mneubauer wrote:I get this with that command:

-bash: /etc/hosts: Permission denied
Sorry, you would need to be root

Code: Select all

sudo su
or

Code: Select all

sudo echo "72.14.181.71 assets.nagios.com" >> /etc/hosts

Re: AWS - Nagios Log Server

Posted: Wed Jun 17, 2020 2:01 pm
by mneubauer
scottwilkerson wrote:
mneubauer wrote:I get this with that command:

-bash: /etc/hosts: Permission denied
Sorry, you would need to be root

Code: Select all

sudo su
or

Code: Select all

sudo echo "72.14.181.71 assets.nagios.com" >> /etc/hosts

Ok it took that command without error. What should that command have done?

Re: AWS - Nagios Log Server

Posted: Wed Jun 17, 2020 2:14 pm
by scottwilkerson
That should just make your system report the IP of our server as it's IPv4 version, so now you can try the following, but again, I would suspect you will still have issues

Code: Select all

sudo su
curl https://assets.nagios.com/downloads/nagiosxi/installNagiosXIvm_el7_ami.sh | sh

Re: AWS - Nagios Log Server

Posted: Wed Jun 17, 2020 3:25 pm
by mneubauer
scottwilkerson wrote:That should just make your system report the IP of our server as it's IPv4 version, so now you can try the following, but again, I would suspect you will still have issues

Code: Select all

sudo su
curl https://assets.nagios.com/downloads/nagiosxi/installNagiosXIvm_el7_ami.sh | sh

Do you have any other suggestions that I could try?

Re: AWS - Nagios Log Server

Posted: Wed Jun 17, 2020 3:39 pm
by scottwilkerson
Have someone familiar with AWS VPC's setup a correct VPC.

Ours are set to the defaults and work perfectly

Re: AWS - Nagios Log Server

Posted: Fri Jun 19, 2020 10:42 am
by mneubauer
scottwilkerson wrote:Have someone familiar with AWS VPC's setup a correct VPC.

Ours are set to the defaults and work perfectly

I used one of my other VPCs and it worked great. There is something wrong with my other one. I appreciate all of your help!

Re: AWS - Nagios Log Server

Posted: Fri Jun 19, 2020 10:43 am
by scottwilkerson
mneubauer wrote:
scottwilkerson wrote:Have someone familiar with AWS VPC's setup a correct VPC.

Ours are set to the defaults and work perfectly

I used one of my other VPCs and it worked great. There is something wrong with my other one. I appreciate all of your help!
Great! Glad it is sorted.

Locking thread