Slow performance in nagios xi

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
igarcia
Posts: 23
Joined: Mon Jul 04, 2011 5:05 am

Re: Slow performance in nagios xi

Post by igarcia »

Hi,

I sent the private message, and now the file is attached.

I'm so sorry with my mistake of the size file.

Thanks,
Regards.
ssax
Dreams In Code
Posts: 7682
Joined: Wed Feb 11, 2015 12:54 pm

Re: Slow performance in nagios xi

Post by ssax »

If you use the self-compiled module it may get overwritten and need to be re-implemented on upgrades.

I'm not seeing anything out of the ordinary from your profile.

I do see that your DB is offloaded, please check in /var/log/mysqld.log or /var/log/mariadb/mariadb.log for any crashed tables, that can impact performance quite a bit.

If your network speed/DB response speed is slow then it could also be causing this, every time you apply config it restarts nagios which will delete/update a lot of the objects in some of the nagios DB tables.

You might want to run mysqltuner on your DB to see what improvements can be made:

http://mysqltuner.com/

Also, run the top command and then apply configuration and see what is consuming all of the process at that time.


Thank you
Locked