Page 1 of 1
Nagios XI Install using ./fullinstall
Posted: Wed Mar 05, 2014 3:58 pm
by minnow
When we run the ./fullinstall from /tmp/nagiosxi will we be able to tell it where to install, if not where does it default the install to on the system? We created an 80 GIG /opt/nagios filesystem and was hoping place the install in that location. We are installing on a "Red Hat Enterprise Linux Server release 5.9" system.
Re: Nagios XI Install using ./fullinstall
Posted: Wed Mar 05, 2014 4:04 pm
by abrist
It will install by default to /usr/local
If you wish to change its location, I *HIGHLY* suggest you do so through a symlink.
Re: Nagios XI Install using ./fullinstall
Posted: Wed Mar 05, 2014 4:09 pm
by abrist
Specifically:
Code: Select all
nagios core: /usr/local/nagios
nagios XI: /usr/local/nagiosxi
nagvis: /usr/local/nagvis
Re: Nagios XI Install using ./fullinstall
Posted: Wed Mar 05, 2014 4:20 pm
by minnow
Does the PostgreSQL and MySQL databases get installed there as well by default?
Re: Nagios XI Install using ./fullinstall
Posted: Wed Mar 05, 2014 4:33 pm
by lmiltchev
Code: Select all
[root@testbox nagios]# whereis mysql
mysql: /usr/bin/mysql /usr/lib/mysql /usr/include/mysql /usr/share/mysql /usr/share/man/man1/mysql.1.gz
[root@testbox nagios]# whereis postgres
postgres: /usr/bin/postgres /usr/share/man/man1/postgres.1.gz
Re: Nagios XI Install using ./fullinstall
Posted: Wed Mar 05, 2014 4:35 pm
by sreinhardt
They get placed in the default mysql location of /var/lib/mysql/{nagios,nagiosql}