Search found 7 matches
- Mon Jun 15, 2015 1:29 pm
- Forum: Nagios Log Server
- Topic: Administration Page won't load - 500 Internal Server Error
- Replies: 13
- Views: 3665
Re: Administration Page won't load - 500 Internal Server Err
All of your nodes are started and assigned, which is a good sign. The next thing to try is to increase the 'memory_limit' setting in /etc/php.ini. Default is 128M - try increasing it to 256M and running 'service httpd restart'. Does that help out at all? I changed it to 256M, and that took care of ...
- Mon Jun 15, 2015 12:58 pm
- Forum: Nagios Log Server
- Topic: Administration Page won't load - 500 Internal Server Error
- Replies: 13
- Views: 3665
Re: Administration Page won't load - 500 Internal Server Err
Alright, let's run a couple of commands and see if we can identify what the problem is: curl -XGET 'http://localhost:9200/_cluster/health?pretty=true' curl -s localhost:9200/_cat/shards Great! Thanks Jolson Running curl -XGET 'http://localhost:9200/_cluster/health?pretty=true' Returns: { "clus...
- Mon Jun 15, 2015 11:54 am
- Forum: Nagios Log Server
- Topic: Administration Page won't load - 500 Internal Server Error
- Replies: 13
- Views: 3665
Re: Administration Page won't load - 500 Internal Server Err
Can you check that location anyway? Backups stored in /store/backups/nagioslogserver are automatic, and should be generated daily. Can you guess what the second thing I'll be doing if I have to wipe it out and start over is? I have a few ideas, but probably setting up a repository. :) /store/backup...
- Mon Jun 15, 2015 11:45 am
- Forum: Nagios Log Server
- Topic: Administration Page won't load - 500 Internal Server Error
- Replies: 13
- Views: 3665
Re: Administration Page won't load - 500 Internal Server Err
My guess is that some indices of yours are currently busted. The quickest way to resolve this would likely be to run a restore. Well... funny story there. I don't have any backups just yet. I've only recently set up Nagios Log Server, and haven't had a chance to set up a store and get backups going...
- Mon Jun 15, 2015 11:36 am
- Forum: Nagios Log Server
- Topic: Administration Page won't load - 500 Internal Server Error
- Replies: 13
- Views: 3665
Re: Administration Page won't load - 500 Internal Server Err
Thanks! It's 2015R1.4tmcdonald wrote:LS version = Logserver version, and you can find it in the bottom left of the web interface.
- Mon Jun 15, 2015 11:30 am
- Forum: Nagios Log Server
- Topic: Administration Page won't load - 500 Internal Server Error
- Replies: 13
- Views: 3665
Re: Administration Page won't load - 500 Internal Server Err
What LS version is this? How much RAM is on the system? What do you have set for ES_HEAP_SIZE under /etc/sysconfig/elasticsearch? I'm not sure what you mean by the LS version, let me know how to find out, and I'll do so. The system has 20G of RAM - currently 4.6G available. ES_HEAP_SIZE is left at ...
- Mon Jun 15, 2015 10:51 am
- Forum: Nagios Log Server
- Topic: Administration Page won't load - 500 Internal Server Error
- Replies: 13
- Views: 3665
Administration Page won't load - 500 Internal Server Error
Greetings! Had a bit of a power outage a while ago, and ever since, I have been unable to load the Administration page. Clicking on it either gets "page can not be displayed, a blank page, or a 500 Internal Server Error. Everything else seems to work fine. I'm running the latest version of Nagi...