Unable to Install Nagios Log Server | DataBase StartUp error

This support forum board is for support questions relating to Nagios Log Server, our solution for managing and monitoring critical log data.
Locked
Manav
Posts: 1
Joined: Fri Nov 27, 2020 1:36 pm

Unable to Install Nagios Log Server | DataBase StartUp error

Post by Manav »

Hi Team ,

Kindly assist me as I am unable to install Nagios log server . In the finalizing section , we are getting an error " Waiting for Database Startup " . Please find below the URL and screenshot attached .

http://34.254.155.173/nagioslogserver/waiting

Regards,
Manav
You do not have the required permissions to view the files attached to this post.
User avatar
cdienger
Support Tech
Posts: 5045
Joined: Tue Feb 07, 2017 11:26 am

Re: Unable to Install Nagios Log Server | DataBase StartUp e

Post by cdienger »

Restart and check the status of the elasticsearch service:

Code: Select all

systemctl restart elasticserach
systemctl status elasticsearch -l
Please send me a profile via private message if there is still a problem. It can be gathered under Admin > System > System Status > Download System Profile or from the command line with:

Code: Select all

/usr/local/nagioslogserver/scripts/profile.sh
This will create /tmp/system-profile.tar.gz.

Note that this file can be very large and may not be able to be attached to a PM. You can split the file into smaller files with the split command on the NLS(or other Linux machine) command line:

Code: Select all

split -b 5000000 /tmp/system-profile.tar.gz system-profile- -d
The above command will split the system-profile.tar.gz into 5MB segments and save them to files with the naming convention system-profile​-nn.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Locked