Nagios XI Install using ./fullinstall

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
minnow
Posts: 17
Joined: Thu Jan 30, 2014 3:38 pm

Nagios XI Install using ./fullinstall

Post 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.
abrist
Red Shirt
Posts: 8334
Joined: Thu Nov 15, 2012 1:20 pm

Re: Nagios XI Install using ./fullinstall

Post 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.
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
abrist
Red Shirt
Posts: 8334
Joined: Thu Nov 15, 2012 1:20 pm

Re: Nagios XI Install using ./fullinstall

Post by abrist »

Specifically:

Code: Select all

nagios core:     /usr/local/nagios
nagios XI:       /usr/local/nagiosxi
nagvis:          /usr/local/nagvis
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
minnow
Posts: 17
Joined: Thu Jan 30, 2014 3:38 pm

Re: Nagios XI Install using ./fullinstall

Post by minnow »

Does the PostgreSQL and MySQL databases get installed there as well by default?
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: Nagios XI Install using ./fullinstall

Post 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
Be sure to check out our Knowledgebase for helpful articles and solutions!
sreinhardt
-fno-stack-protector
Posts: 4366
Joined: Mon Nov 19, 2012 12:10 pm

Re: Nagios XI Install using ./fullinstall

Post by sreinhardt »

They get placed in the default mysql location of /var/lib/mysql/{nagios,nagiosql}
Nagios-Plugins maintainer exclusively, unless you have other C language bugs with open-source nagios projects, then I am happy to help! Please pm or use other communication to alert me to issues as I no longer track the forum.
Locked