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
Unable to Install Nagios Log Server | DataBase StartUp error
Unable to Install Nagios Log Server | DataBase StartUp error
You do not have the required permissions to view the files attached to this post.
Re: Unable to Install Nagios Log Server | DataBase StartUp e
Restart and check the status of the elasticsearch service:
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:
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:
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.
Code: Select all
systemctl restart elasticserach
systemctl status elasticsearch -lCode: Select all
/usr/local/nagioslogserver/scripts/profile.shNote 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- -dAs of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.