Nagios XI Install using ./fullinstall
Nagios XI Install using ./fullinstall
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
It will install by default to /usr/local
If you wish to change its location, I *HIGHLY* suggest you do so through a symlink.
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.
"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.
Re: Nagios XI Install using ./fullinstall
Specifically:
Code: Select all
nagios core: /usr/local/nagios
nagios XI: /usr/local/nagiosxi
nagvis: /usr/local/nagvisFormer 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.
"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.
Re: Nagios XI Install using ./fullinstall
Does the PostgreSQL and MySQL databases get installed there as well by default?
Re: Nagios XI Install using ./fullinstall
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.gzBe 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
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.