Login not working and Server extremely slow

This support forum board is for support questions relating to Nagios Log Server, our solution for managing and monitoring critical log data.
domsch1988
Posts: 32
Joined: Tue Aug 15, 2017 1:20 am

Re: Login not working and Server extremely slow

Post by domsch1988 »

Took some days to make this all work.

After the restore i'm able to sign in again. So that's great.
I still have the situation, that Java is taking half my memory and i'm not sure if this Problem will come back once logs accumulate again, but we'll see.

So far thank you so much for your patience and the help provided. It's much appreciated!
User avatar
cdienger
Support Tech
Posts: 5045
Joined: Tue Feb 07, 2017 11:26 am

Re: Login not working and Server extremely slow

Post by cdienger »

Glad to hear you got it working!

And the memory 'issue' you see isn't really a problem. The elasticsearch process will take half of the system's total memory. It's expected and set in /etc/sysconfig/elaticsearch with this line:

Code: Select all

ES_HEAP_SIZE=$(expr $(free -m|awk '/^Mem:/{print $2}') / 2 )m
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Locked