Page 1 of 1

Nagios XI performance

Posted: Fri Apr 27, 2012 12:51 pm
by GaWd
Hello! I just installed the 2.4 version of Nagios XI with the EPEL fix in it. I immediately noticed that there was a rather large lag in performance, compared with my production core system. I compared the 2 systems, and the core system, with 512mb of RAM, and 2 vCPUs is sitting at ~200mhz consumed. The XI system, with 2vCPUs, and 1GB of RAM is ~500Mhz consumed.

Is this expected performance?
It currently has only localhost in its config. What will happen with performance when I have hundreds of hosts and services?
Is there anything I should look at to try to get performance out of this program? I am running XI and Core on CentOS 5.x

Re: Nagios XI performance

Posted: Fri Apr 27, 2012 1:15 pm
by agriffin
Nagios XI does have a larger performance overhead than Core, especially because of its use of MySQL and RRD databases for saving performance data, but it's still possibly to get very good performance from XI. Offloading MySQL to another box will mitigate this quite a bit if it becomes a problem. We have many customers running XI in extremely large environments, so it can scale despite the initial performance overhead.

Re: Nagios XI performance

Posted: Fri Apr 27, 2012 10:56 pm
by GaWd
Thanks for the reply!

I will look into offloading the SQL if I encounter actual performance issues.