Page 1 of 1
Unable to Install Nagios Log Server | DataBase StartUp error
Posted: Mon Nov 30, 2020 6:54 am
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
Re: Unable to Install Nagios Log Server | DataBase StartUp e
Posted: Tue Dec 01, 2020 3:11 pm
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.