Nagios server performance optimization

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
kgopiramesh

Nagios server performance optimization

Post by kgopiramesh »

Hi Experts,

Please find the below for our environment details

We are running with 1 CPU 4 cores and 2750 services ( All active checks) and the polling interval of 5 mins.

The load average is too high and I observed that notifications are getting delayed, The mails are getting queued up

please let me know if there is any way to tune the performance.
slansing
Posts: 7698
Joined: Mon Apr 23, 2012 4:28 pm
Location: Travelling through time and space...

Re: Nagios server performance optimization

Post by slansing »

What is your load average, please show the output of:

Code: Select all

top | head -6
You could look at implimenting a ram disk, and or offloading the database. Mod gearman would also make a big difference, or possibly testing out the worker processes that are being shipped with Core 4 that is in the 2014 beta. You can install the beta on a test system to see how it performs.
kgopiramesh

Re: Nagios server performance optimization

Post by kgopiramesh »

please find the below for the output

top | head -6
top - 12:13:02 up 41 days, 19:26, 3 users, load average: 3.33, 3.80, 3.51
Tasks: 373 total, 2 running, 371 sleeping, 0 stopped, 0 zombie
Cpu(s): 6.2%us, 1.6%sy, 0.0%ni, 90.8%id, 1.4%wa, 0.0%hi, 0.0%si, 0.0%st
Mem: 16294180k total, 13123224k used, 3170956k free, 863484k buffers
Swap: 8216568k total, 0k used, 8216568k free, 5640964k cached


I have a few queries on your suggestions, can we implement on worker processes on nagios 2.9 XI 2012

and when I searched for the mod gearman it is helpful for distributed monitoring that is we need another system which is not possible in our environment.
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: Nagios server performance optimization

Post by lmiltchev »

I would recommend reviewing the "Boosting Performance" section in the Administrator's Guide:

http://assets.nagios.com/downloads/nagi ... p#boosting

Hope this helps.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked