Page 2 of 2

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

Posted: Mon Mar 13, 2017 3:19 pm
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.

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

Posted: Tue Mar 14, 2017 10:41 am
by ksafa
No Change.

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

Posted: Tue Mar 14, 2017 11:03 am
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.

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

Posted: Fri Mar 17, 2017 9:34 am
by ksafa
Thank you. You can close this thread.