offline install

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: offline install

Post by ssax »

Did it work after that? (Meaning you fixed the user issue and then re-ran the commands I sent again)
duane909
Posts: 9
Joined: Tue Oct 02, 2018 8:02 am

Re: offline install

Post by duane909 »

Well, everything appears to be running now.
I tried adding a host using the CCM and so far (been about 9 minutes) it is just adding dots to the end of "Waiting for configuration verification"
~Duane
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: offline install

Post by scottwilkerson »

You could have a stuck lock file run the following

Code: Select all

rm -f /usr/local/nagiosxi/scripts/reconfigure_nagios.lock
If that doesn't do it lets verify that crond is running and you do not see errors here

Code: Select all

tail -f /var/log/cron
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
duane909
Posts: 9
Joined: Tue Oct 02, 2018 8:02 am

Re: offline install

Post by duane909 »

No lock files in the scripts directory.
I see about 10 lines of *.php for nagios showing up once every minute with no errors.
~Duane
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: offline install

Post by scottwilkerson »

duane909 wrote:No lock files in the scripts directory.
I see about 10 lines of *.php for nagios showing up once every minute with no errors.
~Duane
Can you share the output of the following after trying to start the apply configuration process

Code: Select all

tail -100 /usr/local/nagiosxi/var/cmdsubsys.log
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
duane909
Posts: 9
Joined: Tue Oct 02, 2018 8:02 am

Re: offline install

Post by duane909 »

I applied updates/patches to this server over the weekend and rebooted it.
Did not get a chance until now to look at this and it appears to be updating just fine.
Maybe one of my config changes or permissions changes did not take effect until I rebooted?
~Duane
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: offline install

Post by scottwilkerson »

duane909 wrote:I applied updates/patches to this server over the weekend and rebooted it.
Did not get a chance until now to look at this and it appears to be updating just fine.
Maybe one of my config changes or permissions changes did not take effect until I rebooted?
This is possible I suppose, or there was a stuck lock file or socket.

Glad to hear it is resolved now
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
Locked