How to troubleshoot Configuration Wizard issues...
Re: How to troubleshoot Configuration Wizard issues...
Is it still not completing in the interface?
If not, has anything changed recently (apache upgrade/hardening/SSL/ciphers/etc)?
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...
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.
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.
Re: How to troubleshoot Configuration Wizard issues...
What are your program URL, and external URL set to? Are you using SSL at all?
You can check these at Admin -> System Settings
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...
They are default
Program URL: http://xxx.xxx.xxx.xxx/nagiosxi/
No External URL:
I haven't installed the cert for SSL.
Program URL: http://xxx.xxx.xxx.xxx/nagiosxi/
No External URL:
I haven't installed the cert for SSL.
Re: How to troubleshoot Configuration Wizard issues...
Can you open a command prompt on the XI server as rot and run this command?
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?
Code: Select all
tail -f /usr/local/nagiosxi/var/cmdsubsys.logThen 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...
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...
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?
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.
Re: How to troubleshoot Configuration Wizard issues...
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 apacheBe 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...
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!
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.
Re: How to troubleshoot Configuration Wizard issues...
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!