Hi Folks
unfortunately we had executed the below command which caused to stop the LS and cannot login into it anymore,
your kind help is highly appreciated.
curl -XDELETE 'http://localhost:9200/nagioslogserver_history/'
curl -XDELETE 'http://localhost:9200/nagioslogserver/'
reference
https://support.nagios.com/kb/article.php?id=90
mistakenly deleted shareds "nagioslogserver"
Re: mistakenly deleted shareds "nagioslogserver"
http://localhost:9200/nagioslogserver is an important index responsible for holding all settings including credentials. You should have a backup though under /store/backups/nagioslogserver/. Restore one of the backups with:
This is documented in https://assets.nagios.com/downloads/nag ... Server.pdf
Code: Select all
cd /usr/local/nagioslogserver/scripts/
./restore_backup.sh /store/backups/nagioslogserver/nagioslogserver.<timestamp>.tar.gzAs of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.