Re: Slow Screen display in NagiosXI for non-Admin Users
Posted: Mon Mar 13, 2017 3:19 pm
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
to
Then add this to the bottom of that file
Save the file and restart Apache for the changes to take affect.
Now, logout and re-login as a user in the XI interface and see if it increases the performance.
Edit the /etc/php.ini file and change the following from
Code: Select all
max_execution_time = 30
max_input_time = 60
memory_limit = 128MCode: Select all
max_execution_time = 60
max_input_time = 120
memory_limit = 512MCode: Select all
max_input_vars=5000Code: Select all
service httpd restart