Page 1 of 1

Nagios LS HTTP/HTTP resource issues

Posted: Wed May 12, 2021 10:54 am
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!!!!

Re: Nagios LS HTTP/HTTP resource issues

Posted: Thu May 13, 2021 11:05 am
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!