Administration button - Error 500
Administration button - Error 500
When I am clicking on Administration button (next to the Log Source) I am getting the page not found screen. I have tried in IE and Chrome. The results are the same – error 500. See attached. Please advise
You do not have the required permissions to view the files attached to this post.
Gary
Re: Administration button - Error 500
Can you try upping the memory limit of your php?
In /etc/php.ini, change the memory_limit setting to 512M
In /etc/php.ini, change the memory_limit setting to 512M
Code: Select all
memory_limit = 512MFormer Nagios employee
https://www.mcapra.com/
https://www.mcapra.com/
Re: Administration button - Error 500
I have changed the memory_limit=512M. Do I need to re-start NLS and how?
Gary
Re: Administration button - Error 500
Restart the httpd service and see if that fixes the issue:
service httpd restart
When changes are made to php.ini, you usually need to restart the httpd/apache service to load the new changes (at least with Nagios products). My mistake for forgetting to mention that
service httpd restart
When changes are made to php.ini, you usually need to restart the httpd/apache service to load the new changes (at least with Nagios products). My mistake for forgetting to mention that
Former Nagios employee
https://www.mcapra.com/
https://www.mcapra.com/
Re: Administration button - Error 500
Thank you for your support. This has fixed the issue and I can use Admin functions. Please let me know what are the commands to restart NLS if I ever need it
Gary
Re: Administration button - Error 500
There's really 3 core components that make up NLS, and you can restart them like so:
Did you have additional questions regarding this, or can I close the thread and mark it as resolved?
Code: Select all
service httpd restart
service elasticsearch restart
service logstash restartFormer Nagios employee
https://www.mcapra.com/
https://www.mcapra.com/