Install NagiosXI to a custom partition ...

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
vishfx
Posts: 134
Joined: Tue Apr 24, 2018 12:30 pm

Install NagiosXI to a custom partition ...

Post by vishfx »

Hi Nagios Support,

Linux Distribution : RHEL 7.3 64-bit
Manual Install of XI : NagiosXI 5.4.13

I managed to get NagiosXI 5.4.13 on RHEL 7.3 using Nagios Repo and setup 2 worker nodes running modgearman.

Wanted to know how can I install NagiosXI to a custom partition For eg: /apps/nagiosxi ?

Primary reason to do this would be to make sure not to run out of diskapce eg: mysql db size etc ?
Also share if any documentation available.

Kindly advise.

Regards,
Vish.
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Install NagiosXI to a custom partition ...

Post by scottwilkerson »

This is not supported. This installation expect nagios and its dependent files to be located in in certain places on the OS.

It may be possible to move some directories and replace with symlinks, but you would be getting into uncharted territory, and will likely run into complications.
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
User avatar
cdienger
Support Tech
Posts: 5045
Joined: Tue Feb 07, 2017 11:26 am

Re: Install NagiosXI to a custom partition ...

Post by cdienger »

+1 for what @@scottwilkersonmentioned already mentioned. Additionally I thought a manual install(https://assets.nagios.com/downloads/nag ... -Linux.pdf), editing the /tmp/nagiosxi/xi-sys.cfg and the proddir line before running the ./fullinstall script, would do the trick, but the installation doesn't complete even with this and it's highly likely there are other components outside of the installation scripts that have the directory hard-coded as well.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
vishfx
Posts: 134
Joined: Tue Apr 24, 2018 12:30 pm

Re: Install NagiosXI to a custom partition ...

Post by vishfx »

Thanks Guys.

But ,If I allocate sufficient storage
eg: 100GB for /usr/local (nagios,nagiosmobile,nagvis,nrdp,nsis,nagiosxi) & 150GB for /var/lib/mysql ( DB data files folder ) ,

Am I well covered from the risk of running out of disk space ?

Are there any other path's that I need to be aware of ?

Regards,
Vish.
User avatar
cdienger
Support Tech
Posts: 5045
Joined: Tue Feb 07, 2017 11:26 am

Re: Install NagiosXI to a custom partition ...

Post by cdienger »

That should be adequate for most. Of course it all depends on how many hosts/services are available, the types of checks and how long you intend to keep data. https://support.nagios.com/kb/article.php?id=26 has some details and https://assets.nagios.com/downloads/nag ... zation.pdf cover some common things to watch for and do to avoid filling up the drive.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
vishfx
Posts: 134
Joined: Tue Apr 24, 2018 12:30 pm

Re: Install NagiosXI to a custom partition ...

Post by vishfx »

Thanks , those inputs helped.

Regards,
Vish.
tmcdonald
Posts: 9117
Joined: Mon Sep 23, 2013 8:40 am

Re: Install NagiosXI to a custom partition ...

Post by tmcdonald »

Did you have further (related) questions or are we good to lock this up?
Former Nagios employee
Locked