Problems installing Nagios

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
neo_infraestructura
Posts: 61
Joined: Wed Jan 17, 2018 3:55 pm

Problems installing Nagios

Post by neo_infraestructura »

Hi there!

I'm trying to install nagios in a new machine with Centos 7. When I excecute the command :
curl https://assets.nagios.com/downloads/nagiosxi/install.sh | sh
the installation stops with this error:
nagios1.png
I have already installed Nagios previously but I had never had any errors.

What could be the problem? Where is de "install.log" so I can send that information to you?
You do not have the required permissions to view the files attached to this post.
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: Problems installing Nagios

Post by lmiltchev »

Do you have an Internet connection? Are you using a proxy? Can you run successfully "yum update" on that system?

The install.log is located in the "/tmp/nagiosxi/" directory. Thank you!
Be sure to check out our Knowledgebase for helpful articles and solutions!
neo_infraestructura
Posts: 61
Joined: Wed Jan 17, 2018 3:55 pm

Re: Problems installing Nagios

Post by neo_infraestructura »

Yes, I have internet connection and can run yum update (did that just before installing Nagios).

thx for the help!
You do not have the required permissions to view the files attached to this post.
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: Problems installing Nagios

Post by lmiltchev »

Are you using a proxy? There is something that is blocking the connection to our site... You are supposed to be able to download "phantomjs-1.9.8-linux-x86_64.tar" file from assets.nagios.com. This is in the install.log:
Installing PhantomJS...
--2018-05-07 19:19:33-- http://assets.nagios.com/downloads/nagi ... x86_64.tar
Resolviendo assets.nagios.com (assets.nagios.com)... 72.14.181.71, 2600:3c00::f03c:91ff:fedf:b821
Conectando con assets.nagios.com (assets.nagios.com)[72.14.181.71]:80... conectado.
Petición HTTP enviada, esperando respuesta... 503 Service Unavailable
2018-05-07 19:19:34 ERROR 503: Service Unavailable.
Can you download the file manually from the command line?

Code: Select all

wget http://assets.nagios.com/downloads/nagiosxi/packages/phantomjs-1.9.8-linux-x86_64.tar
Be sure to check out our Knowledgebase for helpful articles and solutions!
neo_infraestructura
Posts: 61
Joined: Wed Jan 17, 2018 3:55 pm

Re: Problems installing Nagios

Post by neo_infraestructura »

It's fixed! I found the problem in the Firewall and the installation was completed.

Thx for the help! Close this topic.
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: Problems installing Nagios

Post by lmiltchev »

I am glad I could help! :)
Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked