Nagios LS HTTP/HTTP resource issues

This support forum board is for support questions relating to Nagios Log Server, our solution for managing and monitoring critical log data.
Locked
akaspar
Posts: 10
Joined: Wed Mar 20, 2019 1:28 pm

Nagios LS HTTP/HTTP resource issues

Post by akaspar »

Hi All, I need some direction as our Nagios Log Server solution is giving us some headaches; HTTP/HTTPS keeps alerting on a daily basis and just recently, the Elasticsearch service is in starting status for hours. Our setup is as follows:

- 1 Instance only running (I know 2 is better but this is another story)
- OS: Ubuntu 10
- Mem: 64GB
- CPU: 8
- Running on VMWare

I increased in the PHP memory as documented in NLS troubleshooting but no luck here, we have rebuilt NLS 3 times already and it works just fine some weeks and then all over again with the same issues, starting with HTTP/HTTPS no longer working.

Help!!!!
ssax
Dreams In Code
Posts: 7682
Joined: Wed Feb 11, 2015 12:54 pm

Re: Nagios LS HTTP/HTTP resource issues

Post by ssax »

Please SSH into the server and run these commands (as root):

Code: Select all

rm -rf /tmp/system-profile*
/usr/local/nagioslogserver/scripts/profile.sh
Then PM me the resulting /tmp/system-profile.tar.gz

What OS/version is the LS system running?

Code: Select all

uname -a
cat /etc/*release
Thank you!
Locked