Slow Screen display in NagiosXI for non-Admin Users

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
User avatar
tgriep
Madmin
Posts: 9190
Joined: Thu Oct 30, 2014 9:02 am

Re: Slow Screen display in NagiosXI for non-Admin Users

Post by tgriep »

Lets increase the memory and timeout values that PHP uses and see if that helps the performance while logged in as a user.
Edit the /etc/php.ini file and change the following from

Code: Select all

max_execution_time = 30
max_input_time = 60
memory_limit = 128M
to

Code: Select all

max_execution_time = 60
max_input_time = 120
memory_limit = 512M
Then add this to the bottom of that file

Code: Select all

max_input_vars=5000
Save the file and restart Apache for the changes to take affect.

Code: Select all

service httpd restart
Now, logout and re-login as a user in the XI interface and see if it increases the performance.
Be sure to check out our Knowledgebase for helpful articles and solutions!
ksafa
Posts: 91
Joined: Wed Jan 15, 2014 3:05 pm

Re: Slow Screen display in NagiosXI for non-Admin Users

Post by ksafa »

No Change.
User avatar
tgriep
Madmin
Posts: 9190
Joined: Thu Oct 30, 2014 9:02 am

Re: Slow Screen display in NagiosXI for non-Admin Users

Post by tgriep »

There was a bug fix in XI version 5.3.0 to increase the performance for Non-Admin users when they are logged in to the XI system.
- Fixed slow Host/Service Status Details page load for non-admin users [TPS#9024] -SS,BH
Please upgrade the XI server and see is that resolved the issue for you.
Be sure to check out our Knowledgebase for helpful articles and solutions!
ksafa
Posts: 91
Joined: Wed Jan 15, 2014 3:05 pm

Re: Slow Screen display in NagiosXI for non-Admin Users

Post by ksafa »

Thank you. You can close this thread.
Locked