Page 1 of 1

1 node not functioning!

Posted: Thu Oct 27, 2022 1:42 pm
by BanditBBS
I have 2 nodes, one is working fine but the other I can not open any dashboard. i check the OS and this is what my top looks like

Code: Select all

    PID USER      PR  NI    VIRT    RES    SHR S  %CPU  %MEM     TIME+ COMMAND
   8099 root      39  19 7027752 547836  17680 S 250.8   6.9  11:36.02 java
   8227 nagios    20   0   18.1g   5.5g  31964 S  30.2  72.0   2:26.92 java
Anyone have any idea what might be causing that java slamming the CPU?

Re: 1 node not functioning!

Posted: Thu Nov 10, 2022 5:41 pm
by pbroste
Hello @BanditBBS

Please verify that all services are running and verify the system event logging:

systemctl status elasticsearch logstash httpd

Then restart them by:

Systemctl restart elasticsearch logstash httpd

Let us know how things look,
Perry