Hi want to improve performance of my NagiosXI.
Two weeks ago I have a problem with the slowness. Now it's faster but I want to add some high IOPS storage. I wand to know which folders I should to move to that storage.
NagiosXI improve performances
Re: NagiosXI improve performances
You may want to check out https://assets.nagios.com/downloads/nag ... giosXI.pdf which has details(check out the manual steps section) regarding which folders can be moved to help performance and how to modify the configuration to recognize the new locations.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: NagiosXI improve performances
Not sure if you did this in your previous efforts but if you didn't add a RAMdisk the directories marked in this document are the ones that are accessed the most
https://assets.nagios.com/downloads/nag ... giosXI.pdf
Besides those, the database would be the next most I/O intense in /var/lib/mysql
https://assets.nagios.com/downloads/nag ... giosXI.pdf
Besides those, the database would be the next most I/O intense in /var/lib/mysql
Re: NagiosXI improve performances
Thanks, scottwilkerson, I did already RAMdisk, and I will try to put mysql path to another drive.scottwilkerson wrote:Not sure if you did this in your previous efforts but if you didn't add a RAMdisk the directories marked in this document are the ones that are accessed the most
https://assets.nagios.com/downloads/nag ... giosXI.pdf
Besides those, the database would be the next most I/O intense in /var/lib/mysql
But how about graph performance data folder? do we need to put it to another disk?
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: NagiosXI improve performances
You could but not sure how big the impact would be, it is located inctretelea wrote:But how about graph performance data folder? do we need to put it to another disk?
Code: Select all
/usr/local/nagios/share/perfdata/Re: NagiosXI improve performances
Thanks scottwilkerson,
I moved those folders to new high IOPS storage.
I moved those folders to new high IOPS storage.
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: NagiosXI improve performances
Let us know if you have further issues