This support forum board is for support questions relating to
Nagios XI , our flagship commercial network monitoring solution.
jbrunkow
Posts: 441 Joined: Fri Mar 13, 2020 10:45 am
Post
by jbrunkow » Mon Jul 27, 2020 4:34 pm
Can you please try rebooting that system?
If that doesn't resolve it, can you please send us a more current profile to look at? You can download the profile by navigating to
System Profile under
System Config on the left pane > and clicking the
Download Profile button on that page.
Please also send us the output from this command.
Code: Select all
echo "SELECT table_name AS 'Table', round(((data_length + index_length) / 1024 / 1024), 2) 'Size in MB' FROM information_schema.TABLES WHERE table_schema IN ('nagios', 'nagiosql', 'nagiosxi');" | mysql -h 127.0.0.1 -uroot -pnagiosxi --table
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!
dbcummings
Posts: 130 Joined: Thu Dec 13, 2018 8:37 am
Post
by dbcummings » Tue Jul 28, 2020 6:47 am
I have PM'd you the requested info. Rebooting did not resolve the issue.
jbrunkow
Posts: 441 Joined: Fri Mar 13, 2020 10:45 am
Post
by jbrunkow » Tue Jul 28, 2020 3:37 pm
It appears that your system is having trouble connecting to the database.
Code: Select all
[1595935960] NDO-3: Unable to connect to mysql. Check your configuration
[1595935960] NDO-3: NDO was not able to initialize the database (main context) and will not start.
What do you get if you run the following command?
Code: Select all
mysql -h 127.0.0.1 -undoutils -p'n@gweb' nagios -e "STATUS;"
Please send the output that returns.
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!
dbcummings
Posts: 130 Joined: Thu Dec 13, 2018 8:37 am
Post
by dbcummings » Wed Jul 29, 2020 6:56 am
I sent you the info in a PM. I had to change the command because we have a different password for the database. But, I have provided that password during the install and it appeared to work.
jbrunkow
Posts: 441 Joined: Fri Mar 13, 2020 10:45 am
Post
by jbrunkow » Wed Jul 29, 2020 10:51 am
Great!
Glad to hear it.
In that case, is it alright if we close this thread and lock it for editing?
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!
dbcummings
Posts: 130 Joined: Thu Dec 13, 2018 8:37 am
Post
by dbcummings » Wed Jul 29, 2020 12:56 pm
Oh, no. I said it appeared to work, but didn't. Sorry, it isn't fixed. I just wanted to let you know that we use a different password than the default.
jbrunkow
Posts: 441 Joined: Fri Mar 13, 2020 10:45 am
Post
by jbrunkow » Thu Jul 30, 2020 11:17 am
Did you update the password in the
NDO configuration file to match?
If not, please do so and then restart the
nagios service.
CHANGING DEFAULT PASSWORDS IN NAGIOS XI
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!
dbcummings
Posts: 130 Joined: Thu Dec 13, 2018 8:37 am
Post
by dbcummings » Thu Jul 30, 2020 11:38 am
Ok. That helps. This is new file it looks like. I will make that change and then update the ticket.
jbrunkow
Posts: 441 Joined: Fri Mar 13, 2020 10:45 am
Post
by jbrunkow » Thu Jul 30, 2020 4:13 pm
Sounds good. Please let us know if that resolves the issue.
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!
dbcummings
Posts: 130 Joined: Thu Dec 13, 2018 8:37 am
Post
by dbcummings » Mon Aug 24, 2020 8:53 am
This all worked. You may lock this post. Thank you.