Nagios XI with external database configuration wizards

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
gfreestone
Posts: 3
Joined: Thu May 28, 2015 12:44 pm

Nagios XI with external database configuration wizards

Post by gfreestone »

I have followed the documentation found at
https://assets.nagios.com/downloads/nag ... Server.pdf
to move our database to a separate server. The move went well. However, now we can only making changes through the core config manager. If we try and add a new check via a configuration wizard, the config claims to be applied correctly but changes are not written to the database and the new host fails to show up.
abrist
Red Shirt
Posts: 8334
Joined: Thu Nov 15, 2012 1:20 pm

Re: Nagios XI with external database configuration wizards

Post by abrist »

You probably missed a step. Verify that your db users,passwords, and ips/hostnames are correct in /usr/local/nagiosxi/html/config.inc.php.
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
gfreestone
Posts: 3
Joined: Thu May 28, 2015 12:44 pm

Re: Nagios XI with external database configuration wizards

Post by gfreestone »

Using copy and paste from the config.inc.php file I am able to connect to the database server just fine.

$ mysql -u app#nagios -h XXXXXXXXXXXX -p'XXXXXXXXXXX' nagios
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A

Welcome to the MariaDB monitor. Commands end with ; or \g.
Your MySQL connection id is 45849
Server version: 5.6.24-enterprise-commercial-advanced-log MySQL Enterprise Server - Advanced Edition (Commercial)

Copyright (c) 2000, 2014, Oracle, MariaDB Corporation Ab and others.

Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.


and


$ mysql -u app#nagiosql -h XXXXXXXXXXX -p'XXXXXXXXXXX' nagiosql
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A

Welcome to the MariaDB monitor. Commands end with ; or \g.
Your MySQL connection id is 45904
Server version: 5.6.24-enterprise-commercial-advanced-log MySQL Enterprise Server - Advanced Edition (Commercial)

Copyright (c) 2000, 2014, Oracle, MariaDB Corporation Ab and others.

Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.

MySQL [nagiosql]>
abrist
Red Shirt
Posts: 8334
Joined: Thu Nov 15, 2012 1:20 pm

Re: Nagios XI with external database configuration wizards

Post by abrist »

Are you current client?
If so, send an email to [email protected] with your profile.zip (admin --> system profile --> download) attached.
I will take the ticket, look over your profile, and may move to to a remote session sometime tomorrow.
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
gfreestone
Posts: 3
Joined: Thu May 28, 2015 12:44 pm

Re: Nagios XI with external database configuration wizards

Post by gfreestone »

We are in the process of purchasing. I sent the email but it was rejected.
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: Nagios XI with external database configuration wizards

Post by lmiltchev »

If you are not in our system, your email to [email protected] will bounce back.

Send your email to [email protected]. They will forward it to us.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked