Certain users are getting the Database Error - A database Connection has been detected, please follow the repair prompt below. If the issue persists, please contact Nagios Support.
/usr/local/nagiosxi/scripts/repair_databases.sh
This was run, but again its very intermittent to which user gets the error.
Certain users getting Databse error when loading webpage
-
benjaminsmith
- Posts: 5324
- Joined: Wed Aug 22, 2018 4:39 pm
- Location: saint paul
Re: Certain users getting Databse error when loading webpage
Hi @wjoyner,
Take a backup or VM snapshot and run the following as root from the command line:
Also, do you have enough disk space on the server?
If you're still having issues, check the log file for any errors and post them to this thread:
Repairing The Nagios XI Databases
https://assets.nagios.com/downloads/nag ... tabase.pdf
Take a backup or VM snapshot and run the following as root from the command line:
Code: Select all
mysqlcheck -r -f -uroot -pnagiosxi --all-databases
Code: Select all
df -h
Code: Select all
tail -n 20 /var/log/mysqld.log
#OR
tail -n 20 /var/log/mariadb/mariadb.log
https://assets.nagios.com/downloads/nag ... tabase.pdf
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Be sure to check out our Knowledgebase for helpful articles and solutions!