Page 1 of 2
Nagios installation question
Posted: Thu Apr 16, 2015 7:44 am
by jvanmeter
ok here is how I'm installing Nagios xi onto a CentoOS 6.6 virtual.
log in
sudo su -
cd /home/yourusrname (I can't install out of /tmp)
wget
http://assets.nagios.com/downloads/nagi ... est.tar.gz
tar xsf xi-latest.tar.gz
cd /home/username/nagiosxi
/fullinstall
when I access the Nagios web page I see the following on the top page
If I try to connect to
http://myipaddress/nagiosxi i get a 404 error
I can connect to
http://myipaddress/nagios I can log in as nagiosadmin and I see the following
Nagios
Daemon running with PID 1491
NagiosĀ® Coreā¢
Version 4.0.8
August 12, 2014
Check for updates
I was following the manual installation guide. Can someone point me in the right direction to get Nagios xi running? I don't have a license is that the issue? If so how can I get a demo license
Re: Nagios installation question
Posted: Thu Apr 16, 2015 10:25 am
by ssax
It could be a number of things, you installation process looks proper.
Try running the commands below and post the output:
Code: Select all
sestatus
ls -ld /usr/local/nagios/share
ls -l /usr/local/nagios/share
grep -R nag /etc/group
Re: Nagios installation question
Posted: Thu Apr 16, 2015 10:27 am
by ssax
Also, not having a license doesn't affect the install, it installs by default with the trial enabled.
Re: Nagios installation question
Posted: Thu Apr 16, 2015 12:00 pm
by jvanmeter
Thank you for your reply.
ls -ld /usr/local/nagios/share is 775 and nagios nagios
ls -l /usr/local/nagios/share the subdirectoies are 664 and nagios nagios
grep -R nag /etc/group
nagios nagios,apache
nagcmd nagios,apache
Is there a way to get a demo license so I can demo nagios xi to management
Re: Nagios installation question
Posted: Thu Apr 16, 2015 12:19 pm
by jvanmeter
I should have posted that during the ./fullinstall it fails with the following
"ERROR: Subcomponent 'ndoutils' installation failed - exiting"
"subcomponents installation failed - exiting"
Re: Nagios installation question
Posted: Thu Apr 16, 2015 12:50 pm
by ssax
It comes with a 60 day trial by default.
Please attach your install.log from your nagiosxi installation directory.
Re: Nagios installation question
Posted: Fri Apr 17, 2015 8:26 am
by jvanmeter
Here you go
Re: Nagios installation question
Posted: Fri Apr 17, 2015 10:13 am
by tgriep
The install failed updating this file /etc/sysctl.conf could you post it here so we can view it?
Re: Nagios installation question
Posted: Fri Apr 17, 2015 10:45 am
by jvanmeter
Is there someway I can post sysctl.conf file to you with out posting it in a public forum
Re: Nagios installation question
Posted: Fri Apr 17, 2015 11:18 am
by jvanmeter
when I grep -i sysctl install.log I don't see a reference to sysctl.conf , what line in the install.log file do you see this information? If I grep -i etc install.log, I see values returned but again I see no reference to the sysctl.conf file