How to troubleshoot Configuration Wizard issues...

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
ssax
Dreams In Code
Posts: 7682
Joined: Wed Feb 11, 2015 12:54 pm

Re: How to troubleshoot Configuration Wizard issues...

Post by ssax »

Is it still not completing in the interface?

If not, has anything changed recently (apache upgrade/hardening/SSL/ciphers/etc)?
lee.krause
Posts: 86
Joined: Wed Jan 20, 2016 8:38 am

Re: How to troubleshoot Configuration Wizard issues...

Post by lee.krause »

It does not ever show complete in the interface.
However, if I run the reconfigure script, it does show up after the script completes.

No this is a completely fresh install of Nagios XI.
rkennedy
Posts: 6579
Joined: Mon Oct 05, 2015 11:45 am

Re: How to troubleshoot Configuration Wizard issues...

Post by rkennedy »

What are your program URL, and external URL set to? Are you using SSL at all?

You can check these at Admin -> System Settings
Former Nagios Employee
lee.krause
Posts: 86
Joined: Wed Jan 20, 2016 8:38 am

Re: How to troubleshoot Configuration Wizard issues...

Post by lee.krause »

They are default
Program URL: http://xxx.xxx.xxx.xxx/nagiosxi/
No External URL:
I haven't installed the cert for SSL.
User avatar
tgriep
Madmin
Posts: 9190
Joined: Thu Oct 30, 2014 9:02 am

Re: How to troubleshoot Configuration Wizard issues...

Post by tgriep »

Can you open a command prompt on the XI server as rot and run this command?

Code: Select all

tail -f /usr/local/nagiosxi/var/cmdsubsys.log
Then in the XI GUI, run through the Wizard that is failing.
Then can you post the output of the tail command here so we can see if there are any errors?
Be sure to check out our Knowledgebase for helpful articles and solutions!
lee.krause
Posts: 86
Joined: Wed Jan 20, 2016 8:38 am

Re: How to troubleshoot Configuration Wizard issues...

Post by lee.krause »

I don't have that file...
lee.krause
Posts: 86
Joined: Wed Jan 20, 2016 8:38 am

Re: How to troubleshoot Configuration Wizard issues...

Post by lee.krause »

I was looking in the Admin tab and saw the following, I assume all these should be green?
Could this be the issue?
The server monitoring works after running the reconfigure script. But should I have to run that every time I add a new server?
You do not have the required permissions to view the files attached to this post.
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: How to troubleshoot Configuration Wizard issues...

Post by lmiltchev »

It is possible that either crond is NOT running or it is not allowed to run as nagios user... Run the following commands and show us the output in code wraps:

Code: Select all

service crond restart
service crond status
ps -ef | grep [c]ron
tail -50 /var/log/cron
chage -l nagios
chage -l apache
Be sure to check out our Knowledgebase for helpful articles and solutions!
lee.krause
Posts: 86
Joined: Wed Jan 20, 2016 8:38 am

Re: How to troubleshoot Configuration Wizard issues...

Post by lee.krause »

Looks like that was an issue.
1) not a /home/nagios directory
2) no access to cron

After I fixed those it can right up.

That should be one of the install checks.

You can close this thread now...Thanks!
You do not have the required permissions to view the files attached to this post.
bwallace
Posts: 1145
Joined: Tue Nov 17, 2015 1:57 pm

Re: How to troubleshoot Configuration Wizard issues...

Post by bwallace »

Glad we were able to help. We'll lock this thread now and feel free to open another should you require assistance with anything else.
Be sure to check out the Knowledgebase for helpful articles and solutions!
Locked