Administration page suddenly no longer comes up

This support forum board is for support questions relating to Nagios Log Server, our solution for managing and monitoring critical log data.
Locked
krobertson71
Posts: 444
Joined: Tue Feb 11, 2014 10:16 pm

Administration page suddenly no longer comes up

Post by krobertson71 »

As of yesterday the administration page will not load. Just a blank page. Other admins are getting a 50x error. Linux team could not find anything in the httpd logs or the elastic search or logstash logs.

Any suggestions.

Reboots have all been unsuccessful.
Last edited by dwhitfield on Thu Dec 08, 2016 12:13 pm, edited 1 time in total.
Reason: marking with green check mark
User avatar
mcapra
Posts: 3739
Joined: Thu May 05, 2016 3:54 pm

Re: Administration page suddenly no longer comes up

Post by mcapra »

Try changing the memory_limit directive in /etc/php.ini to 512M or greater:

Code: Select all

memory_limit = 512M
And then do a service httpd restart. If that doesn't fix the problem, can you share the logs contained in /var/log/httpd?
Former Nagios employee
https://www.mcapra.com/
krobertson71
Posts: 444
Joined: Tue Feb 11, 2014 10:16 pm

Re: Administration page suddenly no longer comes up

Post by krobertson71 »

That fixed the issue.

Thanks.

You can close this out.
Locked