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
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
I should have posted that during the ./fullinstall it fails with the following
"ERROR: Subcomponent 'ndoutils' installation failed - exiting"
"subcomponents installation failed - exiting"
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