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.
Slow performance in nagios xi
Re: Slow performance in nagios xi
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
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