Nagios Fusion

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
RIDS_I2MP
Posts: 751
Joined: Thu Mar 13, 2014 9:25 am

Nagios Fusion

Post by RIDS_I2MP »

Hi Team,

Could you please help us on below?

How nagios fusion gets connected to the nagios xi nodes and what would be the load n it if we have around 5000 servers monitored in Nagios XI?
Hardware requirement for nagios fusion?
Thanks & Regards,
I2MP Team.
ssax
Dreams In Code
Posts: 7682
Joined: Wed Feb 11, 2015 12:54 pm

Re: Nagios Fusion

Post by ssax »

Please see here:

https://assets.nagios.com/downloads/nag ... ervers.pdf

The load really depends on your network speed and the load on the other XI servers, I'm unable to accurately predict what your load will be.

The first thing I would do is edit your /etc/php.iniand increase/set these (for better performance):

Code: Select all

max_execution_time = 300
max_input_vars = 50000
memory_limit = 1024M
Then restart apache:

Code: Select all

service httpd restart

You can see the requirements here:

https://assets.nagios.com/downloads/nag ... ctions.pdf


I personally would start with 4-8GB of RAM and 100GB of disk space.

Let us know if you have any questions.

Thank you!
Locked